]> granicus.if.org Git - clang/commitdiff
Update FixIt tests to make it more obvious they use a separate mode.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 14 Nov 2009 04:39:42 +0000 (04:39 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 14 Nov 2009 04:39:42 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88758 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/fixit-at.c
test/FixIt/fixit-c90.c
test/FixIt/fixit-errors-1.c
test/FixIt/fixit-errors.c
test/FixIt/fixit-objc.m
test/FixIt/fixit-pmem.cpp
test/FixIt/fixit.c
test/FixIt/fixit.cpp

index 42488f56bc7bb201553e2f6ebcd8de080dceec42..5eaa5c346926f651597d6f1141d5c9f151d5b74a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c -
+// RUN: clang-cc -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c -
 
 _Complex cd;
 
index 03c94953db4e99fc7bbc68f7cbe395e07428e791..7036b08022c01525db450ccaadf3abf41822e23a 100644 (file)
@@ -1,4 +1,4 @@
-/* RUN: clang-cc -fsyntax-only -std=c90 -pedantic -fixit %s -o - | clang-cc -pedantic -x c -std=c90 -Werror -
+/* RUN: clang-cc -std=c90 -pedantic -fixit %s -o - | clang-cc -pedantic -x c -std=c90 -Werror -
  */
 
 /* This is a test of the various code modification hints that are
index 14329ead8599a560d4552f0ebf70a15bb2bdcd79..968d1d23151c19b25b230293dc6da30e41445e4a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
+// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
 
 /* This is a test of the various code modification hints that are
    provided as part of warning or extension diagnostics. All of the
index 996e940f2c85af17e2fc754aa17e4c068a57af9d..030f505e610e2376f2caf0737a8bf12782a3fb86 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
+// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
 
 /* This is a test of the various code modification hints that are
    provided as part of warning or extension diagnostics. All of the
index 687405c7ce385f27dae7eea9de9f5004a3d91cb3..21aebfe3a968b0ad6dd2a9051ef93a3efd9da7f4 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o %t
-// RUN: clang-cc -fsyntax-only -pedantic -x objective-c %t -verify
+// RUN: clang-cc -pedantic -fixit %s -o %t
+// RUN: clang-cc -pedantic -x objective-c %t -verify
 
 /* This is a test of the various code modification hints that are
    provided as part of warning or extension diagnostics. All of the
index bb36f7fa9343d2eb34a2aa0c747cda5b70e54dbe..f938009b90300298b051f19d7219e36dcd7f807b 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ -
+// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ -
 
 /* This is a test of the various code modification hints that are
    provided as part of warning or extension diagnostics. All of the
index 1378df4de152348a87f9423617b8b8b372f32d72..d14213df7123c76498357e56ca31824184b7e471 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
+// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -pedantic -Werror -x c -
 
 /* This is a test of the various code modification hints that are
    provided as part of warning or extension diagnostics. All of the
index 9190297dc05fd4e6cf4e4b0f92b6ee3a52c59cbe..dac1fa03de370ecf28ed2b731ed4693302c9d7b4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ -
+// RUN: clang-cc -pedantic -fixit %s -o - | clang-cc -fsyntax-only -pedantic -Werror -x c++ -
 
 /* This is a test of the various code modification hints that are
    provided as part of warning or extension diagnostics. All of the