diff options
author | Abramo Bagnara <abramo.bagnara@gmail.com> | 2011-03-12 11:02:00 +0000 |
---|---|---|
committer | Abramo Bagnara <abramo.bagnara@gmail.com> | 2011-03-12 11:02:00 +0000 |
commit | 3deeb6deaed56f28baa32296b10e259cb3e4127b (patch) | |
tree | dfdc52c5766906d844822c72e7984b46b57bed17 | |
parent | 06dec892b5300b43263d25c5476b506c9d6cfbad (diff) |
Fixed type and declaration source range in presence of typeQuals.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127535 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/usrs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/usrs.cpp b/test/Index/usrs.cpp index e68946ab49..a43b6893eb 100644 --- a/test/Index/usrs.cpp +++ b/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] |