summaryrefslogtreecommitdiffstats
path: root/unittests/Lex
Commit message (Expand)AuthorAgeFilesLines
* get rid of an unsued variable warning.Fariborz Jahanian2012-03-061-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-2/+2
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-0/+139
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-2/+2
* Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis2012-02-031-11/+13
* 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-192-0/+115