%clang -cc1 -> %clang_cc1
llvm-svn: 154757
This commit is contained in:
parent
9ec1e48b59
commit
b0dfdfe790
@ -1,4 +1,4 @@
|
||||
// RUN: %clang -cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s
|
||||
// RUN: %clang_cc1 -fsyntax-only -Wc++98-compat-pedantic -std=c++11 -verify %s
|
||||
|
||||
// The following line isn't terminated, don't fix it.
|
||||
void foo() {} // expected-warning{{C++98 requires newline at end of file}}
|
||||
@ -1,4 +1,4 @@
|
||||
// RUN: %clang -cc1 -fsyntax-only -Wnewline-eof -verify %s
|
||||
// RUN: %clang_cc1 -fsyntax-only -Wnewline-eof -verify %s
|
||||
// rdar://9133072
|
||||
|
||||
// The following line isn't terminated, don't fix it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user