summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/recursive-cxx-member-calls.cpp
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo.bagnara@gmail.com>2011-03-03 14:52:38 +0000
committerAbramo Bagnara <abramo.bagnara@gmail.com>2011-03-03 14:52:38 +0000
commit4a8cda8556c3f0b406d83edd033a0001b815d137 (patch)
treec58be388a857361618d9ff174b249d196787d6d1 /clang/test/Index/recursive-cxx-member-calls.cpp
parent771911e28bcb13fad85084271abca5cefcc624a5 (diff)
downloadbcm5719-llvm-4a8cda8556c3f0b406d83edd033a0001b815d137.tar.gz
bcm5719-llvm-4a8cda8556c3f0b406d83edd033a0001b815d137.zip
Fixed end source location for LinkageSpecDecl.
llvm-svn: 126943
Diffstat (limited to 'clang/test/Index/recursive-cxx-member-calls.cpp')
-rw-r--r--clang/test/Index/recursive-cxx-member-calls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/recursive-cxx-member-calls.cpp b/clang/test/Index/recursive-cxx-member-calls.cpp
index c5d7bab4cc5..d47ea97bfdb 100644
--- a/clang/test/Index/recursive-cxx-member-calls.cpp
+++ b/clang/test/Index/recursive-cxx-member-calls.cpp
@@ -1532,7 +1532,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) {
// CHECK: 4:20: TemplateTypeParameter=_T1:4:20 (Definition) Extent=[4:20 - 4:23]
// CHECK: 4:31: TemplateTypeParameter=_T2:4:31 (Definition) Extent=[4:31 - 4:34]
// CHECK: 4:55: FieldDecl=second:4:55 (Definition) Extent=[4:55 - 4:61]
-// CHECK: 6:8: UnexposedDecl=:6:8 (Definition) Extent=[6:8 - 6:11]
+// CHECK: 6:8: UnexposedDecl=:6:8 (Definition) Extent=[6:8 - 9:2]
// CHECK: 7:7: FunctionDecl=memcmp:7:7 Extent=[7:7 - 7:49]
// CHECK: 7:26: ParmDecl=:7:26 (Definition) Extent=[7:20 - 7:27]
// CHECK: 7:40: ParmDecl=:7:40 (Definition) Extent=[7:34 - 7:41]
OpenPOWER on IntegriCloud