summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo.bagnara@gmail.com>2011-03-12 11:02:00 +0000
committerAbramo Bagnara <abramo.bagnara@gmail.com>2011-03-12 11:02:00 +0000
commit5e152ce3feac1e5861bc1028c8f266cb9c8af696 (patch)
tree42ff64a0fa4f86d8e0a11f946117ccf8e8787bf4 /clang/test
parent6b6f051e5e4ac36c7eb8b0d26d29da4a8d2b2127 (diff)
downloadbcm5719-llvm-5e152ce3feac1e5861bc1028c8f266cb9c8af696.tar.gz
bcm5719-llvm-5e152ce3feac1e5861bc1028c8f266cb9c8af696.zip
Fixed type and declaration source range in presence of typeQuals.
llvm-svn: 127535
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Index/usrs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/usrs.cpp b/clang/test/Index/usrs.cpp
index e68946ab492..a43b6893ebf 100644
--- a/clang/test/Index/usrs.cpp
+++ b/clang/test/Index/usrs.cpp
@@ -85,7 +85,7 @@ namespace foo_alias3 = foo;
// CHECK: usrs.cpp c:@N@foo@C@ClsB Extent=[17:3 - 21:4]
// CHECK: usrs.cpp c: Extent=[18:3 - 18:10]
// CHECK: usrs.cpp c:@N@foo@C@ClsB@F@ClsB# Extent=[19:5 - 19:27]
-// CHECK: usrs.cpp c:@N@foo@C@ClsB@F@result#1 Extent=[20:5 - 20:17]
+// CHECK: usrs.cpp c:@N@foo@C@ClsB@F@result#1 Extent=[20:5 - 20:23]
// CHECK: usrs.cpp c:@N@foo@C@ClsB@F@result#1 Extent=[24:1 - 26:2]
// CHECK: usrs.cpp c:@aN@C@ClsC Extent=[29:3 - 29:35]
// CHECK: usrs.cpp c:@aN@w Extent=[30:3 - 30:8]
OpenPOWER on IntegriCloud