Make tests use the new clang cc1 flag.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Fariborz Jahanian 2009-12-14 17:51:07 +00:00
Родитель 43cb9a01bc
Коммит ca6180f069
24 изменённых файлов: 25 добавлений и 25 удалений

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface Subclass
+ (int)magicNumber;

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
@end

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
int main(void) {
const char ch = @encode(char *)[2];

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@protocol MyProto1
@optional

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -parse-noop %s
// RUN: clang -cc1 -parse-noop %s
void test1() {
@"s"; // expected-warning {{expression result unused}}

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc %s -parse-noop
// RUN: clang -cc1 %s -parse-noop
@interface MyObject
- (void) bycopy : (int) woodo, ... ;
- (void) break : (int) woodo, ... ;

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -ast-print %s
// RUN: clang -cc1 -ast-print %s
@protocol P1 @end
@protocol P2 @end

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
void __assert_rtn(const char *, const char *, int, const char *) __attribute__((__noreturn__));
static __inline__ int __inline_isfinitef (float ) __attribute__ ((always_inline));

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only %s
// RUN: clang -cc1 -fsyntax-only %s
typedef struct objc_class *Class;
typedef struct objc_object {

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
typedef struct objc_class *Class;
typedef struct objc_object {

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
typedef struct objc_class *Class;
typedef struct objc_object {

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s -pedantic
// RUN: clang -cc1 -fsyntax-only -verify %s -pedantic
// rdar://5707001
@interface NSNumber;

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc %s -fsyntax-only -verify
// RUN: clang -cc1 %s -fsyntax-only -verify
// Test features and error recovery for objc interfaces.

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc %s -parse-noop
// RUN: clang -cc1 %s -parse-noop
int main ()
{
int i,j;

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
int main() {
id a;

Просмотреть файл

@ -1,2 +1,2 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@end // expected-warning {{@end must appear in an @implementation context}}

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface MyClass {

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
// FIXME: This is a horrible error message here. Fix.
int @"s" = 5; // expected-error {{prefix attribute must be}}

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify %s
@interface I1
{

Просмотреть файл

@ -1,5 +1,5 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang-cc -fsyntax-only -verify -x objective-c++ %s
// RUN: clang -cc1 -fsyntax-only -verify %s
// RUN: clang -cc1 -fsyntax-only -verify -x objective-c++ %s
void * proc();
@interface NSConstantString

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -ast-print %s
// RUN: clang -cc1 -ast-print %s
@protocol P1 @end
@protocol P2 @end

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -verify -fsyntax-only %s
// RUN: clang -cc1 -verify -fsyntax-only %s
__attribute__((deprecated)) @class B; // expected-error {{prefix attribute must be followed by an interface or protocol}}

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang-cc -parse-noop %s
// RUN: clang -cc1 -parse-noop %s
int main() {
SEL s = @selector(retain);