summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/warning-mapping-2.c
blob: 5a347ebb09cfda7896c419f27afeeca42491af4b (plain)
1
2
3
4
5
6
7
8
// Check that -w has lower priority than -pedantic-errors.
// RUN: %clang_cc1 -verify -pedantic-errors -w %s
//
// FIXME: We currently get this wrong.
// XFAIL: *

void f0() { f1(); } // expected-error {{implicit declaration of function}}

OpenPOWER on IntegriCloud