]> granicus.if.org Git - clang/commitdiff
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going...
authorDaniel Dunbar <daniel@zuster.org>
Sun, 29 Nov 2009 09:31:53 +0000 (09:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 29 Nov 2009 09:31:53 +0000 (09:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90066 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/cxx-template-decl.cpp
test/Preprocessor/init.c
test/Preprocessor/line-directive.c
test/Preprocessor/macro_paste_bcpl_comment.c
test/SemaCXX/implicit-int.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaCXX/typedef-redecl.cpp
test/SemaTemplate/nested-name-spec-template.cpp

index e6cc462504d1639af9769e1cbe4cfca2f40750c3..644f0def79c96aab2fa7c398032a522a75c55e7a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s
+// RUN: clang-cc -fsyntax-only -verify %s
 
 // Errors
 export class foo { };   // expected-error {{expected template}}
index eaaa574305a7dd1ca4783e5267c633f1adb54c69..22e2eaeebefa2a150337be714c41c207a2c257ae 100644 (file)
@@ -36,7 +36,7 @@
 // C99:#define __STRICT_ANSI__ 1
 //
 // 
-// RUN: clang-cc -E -dM -fms-extensions=0 < /dev/null | FileCheck -check-prefix COMMON %s
+// RUN: clang-cc -E -dM < /dev/null | FileCheck -check-prefix COMMON %s
 //
 // COMMON:#define __CONSTANT_CFSTRINGS__ 1
 // COMMON:#define __FINITE_MATH_ONLY__ 0
 // PASCAL:#define __PASCAL_STRINGS__ 1
 //
 // 
-// RUN: clang-cc -E -dM -fms-extensions=0 < /dev/null | FileCheck -check-prefix SCHAR %s
+// RUN: clang-cc -E -dM < /dev/null | FileCheck -check-prefix SCHAR %s
 // 
 // SCHAR:#define __STDC__ 1
 // SCHAR-NOT:#define __UNSIGNED_CHAR__
index b79b1d98ea02508b7d77b956eed4234a23f6bbdc..33dd9bb3fe166e98f0e5250b84b1010571bd5d85 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -pedantic -fms-extensions=0 %s
+// RUN: clang-cc -fsyntax-only -verify -pedantic %s
 // RUN: clang-cc -E %s 2>&1 | grep 'blonk.c:92:2: error: #error ABC'
 // RUN: clang-cc -E %s 2>&1 | grep 'blonk.c:93:2: error: #error DEF'
 
index 0637a87217395f819b671ff70fc5b627052a9cb1..8bbee5dc2dd959f470de5d38ef3a33e81425646c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -Eonly -fms-extensions=0 2>&1 | grep error
+// RUN: clang-cc %s -Eonly 2>&1 | grep error
 
 #define COMM1 / ## /
 COMM1
index 723030516deedd4305a980f53e3fa4b2883f0fce..6fa8dd3463d306538933f231722e395f5770a175 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s
+// RUN: clang-cc -fsyntax-only -verify %s
 
 x; // expected-error{{C++ requires a type specifier for all declarations}}
 
index 883f039fe47cc9c048563e2750ceb1730ab1ee7d..83c72417d590bd88498347aad7a063751eb2bf8b 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -std=c++98 -verify -fms-extensions=0 %s 
+// RUN: clang-cc -fsyntax-only -std=c++98 -verify %s 
 namespace A {
   struct C {
     static int cx;
index 85944a661d41f5ff1e4261611579a1fb2eb27f69..e38f47436d1c9dc22478f974f352361ad7f5900b 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s 
+// RUN: clang-cc -fsyntax-only -verify %s 
 typedef int INT;
 typedef INT REALLY_INT; // expected-note {{previous definition is here}}
 typedef REALLY_INT REALLY_REALLY_INT;
index e936640f5e3e489c8886ebba6567026cb812c075..436732a828d73edf07e300d7cea9a2cb744ddd9a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s
+// RUN: clang-cc -fsyntax-only -verify %s
 
 namespace N { 
   namespace M {