]> granicus.if.org Git - clang/commit
Comment lexer: counting backwards from token end is thought to be confusing. We...
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 27 Jun 2012 16:30:35 +0000 (16:30 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 27 Jun 2012 16:30:35 +0000 (16:30 +0000)
commitf5e0aeac8a510ba1fd4c83391978cffd31e5ac69
tree519f455b2c91690f8f795b5a3c0dcc349f015554
parent1255e1b35e2133bc286dc205c6f1718914f50b81
Comment lexer: counting backwards from token end is thought to be confusing.  We already have a pointer to the beginning of the token, so use it to extract the text instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159269 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CommentLexer.cpp