summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/LexerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-1/+1
* Improve Lexer::getImmediateMacroName to take into account inner macrosArgyrios Kyrtzidis2012-01-231-2/+21
* Enhance Lexer::makeFileCharRange to check for ranges inside a macro argumentArgyrios Kyrtzidis2012-01-201-2/+34
* Silence set-but-unused warning.Benjamin Kramer2012-01-191-1/+1
* Introduce Lexer::getSourceText() that returns a string for the sourceArgyrios Kyrtzidis2012-01-191-0/+5
* Introduce Lexer::makeFileCharRange() that accepts a token source rangeArgyrios Kyrtzidis2012-01-191-3/+19
* For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macroArgyrios Kyrtzidis2012-01-191-2/+5
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-191-0/+100
OpenPOWER on IntegriCloud