1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
21 lines
183 B
Objective-C
21 lines
183 B
Objective-C
@class A;
|
|
|
|
@class A;
|
|
|
|
@class A;
|
|
|
|
@class B;
|
|
|
|
@protocol P1;
|
|
|
|
@protocol P2;
|
|
@protocol P2;
|
|
|
|
struct S1;
|
|
struct S2;
|
|
struct S2;
|
|
|
|
#ifdef __cplusplus
|
|
template<typename T> class Vector;
|
|
#endif
|