diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-11 12:19:30 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-11 12:19:30 +0000 |
commit | 1c28331b57df1b99af4ff5dcb409cafbe171795c (patch) | |
tree | cbef2c4e46eb07858e8707ce48629bf73023ea67 /clang/test/Index/TestClassDecl.m | |
parent | 6a98131468162950c22a866d736e66e300fb2803 (diff) | |
download | bcm5719-llvm-1c28331b57df1b99af4ff5dcb409cafbe171795c.tar.gz bcm5719-llvm-1c28331b57df1b99af4ff5dcb409cafbe171795c.zip |
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
and create separate decl nodes for forward declarations and the
definition," which appears to be causing significant Objective-C
breakage.
llvm-svn: 110803
Diffstat (limited to 'clang/test/Index/TestClassDecl.m')
-rw-r--r-- | clang/test/Index/TestClassDecl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/TestClassDecl.m b/clang/test/Index/TestClassDecl.m index 1f2e91e8da2..b55c8623a51 100644 --- a/clang/test/Index/TestClassDecl.m +++ b/clang/test/Index/TestClassDecl.m @@ -17,7 +17,7 @@ void function(Foo * arg) // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound // CHECK-scan: [8:1 - 8:8] UnexposedDecl=:8:1 -// CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:8:8 +// CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:10:12 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound // CHECK-scan: [10:1 - 11:5] ObjCInterfaceDecl=Foo:10:12 // CHECK-scan: [11:5 - 13:6] Invalid Cursor => NoDeclFound |