diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-18 20:23:29 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-18 20:23:29 +0000 |
commit | 473c7a72f114adeb6a7714a6b1bf45c2ec50d8dd (patch) | |
tree | f5188f06be4d6d836413ff434e2ae382b32305ab /clang/test/Index/TestClassForwardDecl.m | |
parent | 27f000a9af6d4822253b48ff716e695a87ac1daa (diff) | |
download | bcm5719-llvm-473c7a72f114adeb6a7714a6b1bf45c2ec50d8dd.tar.gz bcm5719-llvm-473c7a72f114adeb6a7714a6b1bf45c2ec50d8dd.zip |
Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle.
llvm-svn: 93760
Diffstat (limited to 'clang/test/Index/TestClassForwardDecl.m')
-rw-r--r-- | clang/test/Index/TestClassForwardDecl.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/TestClassForwardDecl.m b/clang/test/Index/TestClassForwardDecl.m index 76c0b6cffa1..c9d9831d513 100644 --- a/clang/test/Index/TestClassForwardDecl.m +++ b/clang/test/Index/TestClassForwardDecl.m @@ -41,6 +41,6 @@ void function(Foo * arg) -// CHECK-load: TestClassForwardDecl.m:10:6: FunctionDefn=function:10:6 [Context=TestClassForwardDecl.m] -// CHECK-load: TestClassForwardDecl.m:10:21: ParmDecl=arg:10:21 [Context=function] +// CHECK-load: TestClassForwardDecl.m:10:6: FunctionDefn=function:10:6 +// CHECK-load: TestClassForwardDecl.m:10:21: ParmDecl=arg:10:21 |