[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Rewriter / rewrite-implementation.mm
blob8ef4ebe97aff7b79c00d8a2a97557d6cfc00ebae
1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
3 // radar 7649577
5 @interface a
6 @end
8 @interface b : a
9 @end
11 @implementation b
12 @end
14 @interface NSArray @end
15 @class NSArray;
16 @implementation NSArray @end