summaryrefslogtreecommitdiffstats
path: root/unittests/Lex/LexerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-3/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* LexerTest memory leak fix-Erich Keane2017-06-151-1/+3
* Fix LexerTest signed/unsigned comparison.Erich Keane2017-06-151-1/+1
* [Preprocessor]Correct Macro-Arg allocation of StringifiedArguments, Erich Keane2017-06-141-9/+62
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-19/+1
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-201-1/+4
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-181-4/+1
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-171-1/+4
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-2/+2
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-2/+2
* [Lexer] Don't merge macro args from different macro filesVedant Kumar2016-05-191-2/+24
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+2
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-2/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-2/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-2/+2
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+0
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-1/+1
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-3/+3
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-3/+3
* Quick fix for layering that broke shared library build.John Thompson2014-04-231-9/+11
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-0/+3
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-1/+1
* [Lexer] Improve Lexer::getSourceText() when the given range deals with functi...Argyrios Kyrtzidis2013-05-161-55/+225
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-1/+2
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-011-1/+2
* clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi2013-01-121-0/+3
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-5/+5
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-301-4/+5
* clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi2012-11-161-1/+1
* 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