зеркало из https://github.com/microsoft/clang-1.git
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:
Родитель
43cb9a01bc
Коммит
ca6180f069
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче