summaryrefslogtreecommitdiffstats
path: root/lib/Lex
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-9][Preamble] Stop circular inclusion of main file when buil...release_80-basedNikolai Kosjar2019-05-211-0/+12
* Merging r352229:Hans Wennborg2019-01-281-4/+5
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-3/+2
* [MSVC Compat] Fix typo correction for inclusion directives.Volodymyr Sapsai2019-01-151-1/+9
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-152-48/+36
* Add an explicit initializer to silence a -Wmissing-field-initializers diagnos...Aaron Ballman2019-01-111-1/+1
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-102-35/+47
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+2
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-103-4/+4
* [Preprocessor] Don't avoid entering included files after hitting a fatal error.Volodymyr Sapsai2018-12-071-4/+6
* PTH-- Remove feature entirely-Erich Keane2018-12-047-944/+33
* Fix combining pragma __debug dump & parser_crash with -EDavid Blaikie2018-11-151-4/+0
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-141-1/+3
* Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Benjamin Kramer2018-11-051-1/+1
* Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Ilya Biryukov2018-11-021-1/+1
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* Fix regression in behavior of clang -x c++-header -fmodule-name=XXXRichard Smith2018-11-011-1/+1
* [Lex] Make MacroDirective::findDirectiveAtLoc take const SourceManagerKristof Umann2018-10-311-1/+2
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-302-6/+6
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-104-15/+19
* [Preprocesssor] Filename should fall back to the written name when typo corre...Haojian Wu2018-10-021-8/+12
* [Preprocessor] Hide include typo correction behind SpellChecking.Haojian Wu2018-10-021-1/+1
* [Preprocessor] Fix a crash when handling non-alpha include header.Haojian Wu2018-10-011-7/+10
* [Lex] TokenConcatenation now takes const PreprocessorKristof Umann2018-09-271-2/+2
* Don't emit "will be treated as an identifier character" warning forRichard Smith2018-09-251-4/+2
* Fix an assert in -Wquoted-include-in-framework-headerErik Pilkington2018-09-201-1/+1
* r342177 introduced a hint in cases where an #included file is not found. It t...Eric Christopher2018-09-201-2/+2
* Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai2018-09-181-0/+8
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-182-5/+49
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-8/+31
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-143-14/+12
* Diagnose likely typos in #include directives.Richard Smith2018-09-131-1/+29
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-113-21/+95
* PR38870: Add warning for zero-width unicode characters appearing inRichard Smith2018-09-071-3/+18
* [Lex] Make HeaderMaps a unique_ptr vectorFangrui Song2018-08-202-12/+7
* Add a newline to SourceLocation dump outputStephen Kelly2018-08-151-1/+1
* [clang] Store code completion token range in preprocessor.Kadir Cetinkaya2018-08-131-0/+1
* Remove trailing spaceFangrui Song2018-07-3012-191/+191
* [Preprocessor] Stop entering included files after hitting a fatal error.Volodymyr Sapsai2018-07-251-0/+6
* Enable C++2a Chrono LiteralsErich Keane2018-07-191-3/+8
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-7/+10
* [Fixed Point Arithmetic] Fix for bug where integer literals could be treated ...Leonard Chan2018-07-171-5/+10
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-1/+1
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-10/+7
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-7/+10
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-053-3/+130
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-251-5/+20
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-221-1/+64
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-211-64/+1
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-201-1/+64