]> granicus.if.org Git - clang/commitdiff
-pedantic no longer defaults to on.
authorChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 16:49:27 +0000 (16:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 16:49:27 +0000 (16:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39785 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/attributes.c

index 29e8c81f3b1e8447288f3a5c7cd05d2ef3166a22..6815df72b87aa991e78ff5de1756b9dff9d13364 100644 (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)