]> granicus.if.org Git - clang/commit
Pull the bulk of Lexer::MeasureTokenLength() out into a new function,
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 7 Jan 2013 19:16:18 +0000 (19:16 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 7 Jan 2013 19:16:18 +0000 (19:16 +0000)
commitd93335c43fd462145fee3ea8f4d84d430577c821
tree31a20c98152dbf33271e98cddf019434eb0f654c
parent0b67c75c988f7188743059713a04ca2320c9f15a
Pull the bulk of Lexer::MeasureTokenLength() out into a new function,
Lexer::getRawToken().

No functionality change.

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