From d1c161786fdd087c109f1d62e9a79cf90d100c43 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Jul 2007 16:49:27 +0000 Subject: [PATCH] -pedantic no longer defaults to on. llvm-svn: 39785 --- clang/test/Parser/attributes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Parser/attributes.c b/clang/test/Parser/attributes.c index 29e8c81f3b1e..6815df72b87a 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)