summaryrefslogtreecommitdiff
path: root/unittests/Lex
Commit message (Expand)AuthorAgeFilesLines
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-081-0/+44
* [clang] Add test for FindNextToken in Lexer.Utkarsh Saxena2019-10-071-2/+23
* [clang-scan-deps] Allow continuation line backslashes followed by whitespaceAlex Lorenz2019-09-261-4/+15
* Fix for stringized function-macro args continued across linesAlex Lorenz2019-09-191-8/+18
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-0/+42
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-312-2/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-scan-deps] Add minimizer support for C++20 modules.Michael J. Spencer2019-08-091-2/+51
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-012-4/+4
* Remove cache for macro arg stringizationReid Kleckner2019-07-301-5/+8
* [clang-scan-deps] Dependency directives source minimizer: handle #pragma onceAlex Lorenz2019-07-181-0/+24
* [clang-scan-deps] Dependency directives source minimizer:Alex Lorenz2019-07-101-0/+37
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-9/+31
* Fix for r42230, MSVC test failure in DependencyDirectivesSourceMinimizerTest.cppErich Keane2019-06-111-4/+6
* [clang][HeaderSearch] Consider all path separators equalKadir Cetinkaya2019-06-061-0/+7
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-032-0/+509
* [clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya2019-04-241-0/+7
* [clang][HeaderSearch] Make sure there are no backslashes in suggestedPathKadir Cetinkaya2019-04-241-0/+9
* 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-094-16/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Fix -Wsign-compare in new testsReid Kleckner2019-01-171-7/+7
* Revert r351209 (which was a revert of r350891) with a fix.Aaron Ballman2019-01-171-2/+55
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-151-50/+8
* Silence -Wsign-compare in unittestsBjorn Pettersson2019-01-111-7/+7
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-101-1/+118
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-102-23/+23
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-11/+47
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-30/+11
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-11/+30
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-5/+4
* [Lexer] Support adding working directory to relative search dir for #include ...Eric Liu2018-01-292-0/+97
* [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
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [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-093-59/+4
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-203-4/+12
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-183-12/+4