summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/LexerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-241-2/+2
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-241-1/+3
* More unit-test fixesDouglas Gregor2012-10-231-0/+1
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-231-1/+1
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-171-4/+6
* 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
* 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-191-0/+100
OpenPOWER on IntegriCloud