blob: c6d11be73d1f4ffe4aa0623bc97a555c6ae0de9c [file] [log] [blame]
Ted Kremeneke8cf7d12012-07-07 05:53:30 +00001// RUN: %clang -### -pedantic -no-pedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC %s
2// RUN: %clang -### -pedantic -Wno-pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC %s
3// NO_PEDANTIC-NOT: -pedantic
4// RUN: %clang -### -pedantic -pedantic -no-pedantic -pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC %s
5// RUN: %clang -### -pedantic -pedantic -no-pedantic -Wpedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC %s
6// PEDANTIC: -pedantic
7// XFAIL: cygwin,mingw32