aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/objc_methods.h
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-04-23 16:00:56 +0000
committerSteve Naroff <snaroff@apple.com>2009-04-23 16:00:56 +0000
commit8f06f84e8be64962cc478e3e8867336768cac79b (patch)
tree33b43815fd9d9aff0f07bb87b3bba8a18893d260 /test/PCH/objc_methods.h
parenta7503a735d56473a67987880726f8bf731ee3463 (diff)
More PushOnScopeChain() FIXME's.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/objc_methods.h')
-rw-r--r--test/PCH/objc_methods.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/PCH/objc_methods.h b/test/PCH/objc_methods.h
index 97617be293..4c6b1e1cce 100644
--- a/test/PCH/objc_methods.h
+++ b/test/PCH/objc_methods.h
@@ -4,3 +4,8 @@
+ alloc;
- (void)instMethod;
@end
+
+@class TestForwardClassDecl;
+
+// FIXME: @compatibility_alias AliasForTestPCH TestPCH;
+