-pedantic no longer defaults to on.

llvm-svn: 39785
This commit is contained in:
Chris Lattner 2007-07-12 16:49:27 +00:00
parent 1e52eee112
commit d1c161786f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -parse-ast-check %s
// RUN: clang -parse-ast-check %s -pedantic
static __inline void __attribute__((__always_inline__, __nodebug__)) // expected-warning {{extension used}}
foo (void)