]> granicus.if.org Git - clang/commit
Introduce Lexer::makeFileCharRange() that accepts a token source range
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 19 Jan 2012 15:59:14 +0000 (15:59 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 19 Jan 2012 15:59:14 +0000 (15:59 +0000)
commit11b652d41d0d97380ab321a1dba48ecb044f9de8
tree94aa7ff36d083794630aa801f3166d96c80993bb
parent69bda4c027671df7163619f215209529eb236620
Introduce Lexer::makeFileCharRange() that accepts a token source range
and returns a character range with file locations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148480 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Lexer.h
lib/Lex/Lexer.cpp
unittests/Lex/LexerTest.cpp