commit | 8f06f84e8be64962cc478e3e8867336768cac79b | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Thu Apr 23 16:00:56 2009 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Thu Apr 23 16:00:56 2009 +0000 |
tree | 33b43815fd9d9aff0f07bb87b3bba8a18893d260 | |
parent | a7503a735d56473a67987880726f8bf731ee3463 [diff] [blame] |
More PushOnScopeChain() FIXME's. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69894 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/objc_methods.h b/test/PCH/objc_methods.h index 97617be..4c6b1e1 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; +