summaryrefslogtreecommitdiff
path: root/unittests/Lex/LexerTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-21
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-02
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-02
* Quick fix for layering that broke shared library build.John Thompson2014-04-23
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-24
* [Lexer] Improve Lexer::getSourceText() when the given range deals with functi...Argyrios Kyrtzidis2013-05-16
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-20
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-01
* clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi2013-01-12
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-04
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-30
* clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi2012-11-16
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-24
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-24
* More unit-test fixesDouglas Gregor2012-10-23
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-23
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-17
* get rid of an unsued variable warning.Fariborz Jahanian2012-03-06
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis2012-02-03
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-30
* Improve Lexer::getImmediateMacroName to take into account inner macrosArgyrios Kyrtzidis2012-01-23
* Enhance Lexer::makeFileCharRange to check for ranges inside a macro argumentArgyrios Kyrtzidis2012-01-20
* Silence set-but-unused warning.Benjamin Kramer2012-01-19
* Introduce Lexer::getSourceText() that returns a string for the sourceArgyrios Kyrtzidis2012-01-19
* Introduce Lexer::makeFileCharRange() that accepts a token source rangeArgyrios Kyrtzidis2012-01-19
* For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macroArgyrios Kyrtzidis2012-01-19
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-19