From: Abramo Bagnara Date: Sat, 12 Mar 2011 11:02:00 +0000 (+0000) Subject: Fixed type and declaration source range in presence of typeQuals. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3deeb6deaed56f28baa32296b10e259cb3e4127b;p=clang 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 --- 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]