summaryrefslogtreecommitdiff
path: root/unittests/Lex
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
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Eliminate ASTContext's DelayInitialization flagAlp Toker2014-05-03
* 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
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-24
* Fix use-after-free in PPCallbacksTest detected by ASan bootstrap botAlexey Samsonov2013-10-14
* Callback support for OpenCL extension pragmas.Pekka Jaaskelainen2013-10-12
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-11
* [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
* [Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar2013-01-25
* 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
* clang/Lex: [CMake] Update CMakefiles since r169229.NAKAMURA Takumi2012-12-04
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-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
* Escape trigraphs in unittest.Benjamin Kramer2012-11-03
* Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis2012-11-01
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-24
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-24
* One last unit-test fixDouglas Gregor2012-10-23
* 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
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-21
* 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
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-05
* 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