diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-12 16:49:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-12 16:49:27 +0000 |
commit | d1c161786fdd087c109f1d62e9a79cf90d100c43 (patch) | |
tree | e99e2aa1dfad2cbaa512cd0da93aaf587069ea7e /clang/test/Parser/attributes.c | |
parent | 1e52eee1124f7bc8c96ab4a278e6c78b251530e2 (diff) | |
download | bcm5719-llvm-d1c161786fdd087c109f1d62e9a79cf90d100c43.tar.gz bcm5719-llvm-d1c161786fdd087c109f1d62e9a79cf90d100c43.zip |
-pedantic no longer defaults to on.
llvm-svn: 39785
Diffstat (limited to 'clang/test/Parser/attributes.c')
-rw-r--r-- | clang/test/Parser/attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/attributes.c b/clang/test/Parser/attributes.c index 29e8c81f3b1..6815df72b87 100644 --- a/clang/test/Parser/attributes.c +++ b/clang/test/Parser/attributes.c @@ -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) |