mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
Update FixIt tests to make it more obvious they use a separate mode.
llvm-svn: 88758
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user