From: Chris Lattner Date: Thu, 12 Jul 2007 16:49:27 +0000 (+0000) Subject: -pedantic no longer defaults to on. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8fdbba7d746d6342b1b883c2014322026498ac6;p=clang -pedantic no longer defaults to on. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/attributes.c b/test/Parser/attributes.c index 29e8c81f3b..6815df72b8 100644 --- a/test/Parser/attributes.c +++ b/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)