summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/LexerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Add test for FindNextToken in Lexer.Utkarsh Saxena2019-10-071-2/+23
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Remove cache for macro arg stringizationReid Kleckner2019-07-301-5/+8
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-231-0/+19
* Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-051-19/+0
* [Lexer] NFC: Fix an off-by-one bug in getAsCharRange().Artem Dergachev2019-04-051-0/+19
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-5/+4
* [Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.Volodymyr Sapsai2018-01-121-0/+2
* [Lex] Inline a variable in test in preparation for more similar tests. NFC.Volodymyr Sapsai2018-01-101-2/+1
* Stringizing raw string literals containing newlineTaewook Oh2017-12-061-1/+39
* [Lex] Avoid out-of-bounds dereference in SkipLineCommentAlex Lorenz2017-10-141-0/+5
* [Lexer] Finding beginning of token with escaped new lineAlexander Kornienko2017-08-101-0/+53
* [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
OpenPOWER on IntegriCloud