]> granicus.if.org Git - clang/commit
CIndex: Avoid an unnecessary getLocForEndOfToken call, the region of interest
authorDaniel Dunbar <daniel@zuster.org>
Sun, 14 Feb 2010 10:02:42 +0000 (10:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 14 Feb 2010 10:02:42 +0000 (10:02 +0000)
commit19e4a07e7317eacf88247614c97f11ab93409a04
tree7d65c29f3d0d870d263c41fde77596df4ff94516
parent8f0bf81c0f3ab31881cc7db7914e6978bb2a19af
CIndex: Avoid an unnecessary getLocForEndOfToken call, the region of interest
doesn't need to be a full token.
 - Doug, please review.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96161 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CIndex/CIndex.cpp