]> granicus.if.org Git - clang/commit
The size returned by Rewriter::getRangeSize should include
authorChris Lattner <sabre@nondot.org>
Wed, 17 Oct 2007 21:23:07 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Oct 2007 21:23:07 +0000 (21:23 +0000)
commit9d62a5b31ec3762f416cc9ef89d1b7b433d13ac5
tree31c7c643502d01c7f51120ae5a479e72e388c807
parentfd1f344f874799ce8a320d81043a431b65fd1fe2
The size returned by Rewriter::getRangeSize should include
the size of the last token.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43092 91177308-0d34-0410-b5e6-96231b3b80d8
Rewrite/Rewriter.cpp