summaryrefslogtreecommitdiffstats
path: root/lib/Lex/PPLexerChange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r323008:Hans Wennborg2018-01-241-0/+1
* Another attempt to fix warning discovered by r313487. [-Wunused-lambda-capture]Vitaly Buka2017-09-181-1/+1
* Revert rL313511, "Fix a warning discovered by rL313487. [-Wunused-lambda-capt...NAKAMURA Takumi2017-09-181-1/+1
* Fix a warning discovered by rL313487. [-Wunused-lambda-capture]NAKAMURA Takumi2017-09-181-1/+1
* Reformat.NAKAMURA Takumi2017-09-181-4/+3
* Fixed a crash on replaying Preamble's PP conditional stack.Ilya Biryukov2017-08-211-1/+12
* Fix invalid warnings for header guards in preamblesErik Verbruggen2017-07-051-6/+0
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+6
* [modules] Simplify module macro handling in non-local-submodule-visibility mode.Richard Smith2017-05-191-12/+8
* Revert r302932, as it appears to be breaking stage2 for some of our modules-e...Richard Smith2017-05-121-7/+12
* [modules] Simplify module macro handling in non-local-submodule-visibility mode.Richard Smith2017-05-121-12/+7
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-041-14/+43
* [Modules] Improve diagnostics for incomplete umbrellaBruno Cardoso Lopes2017-04-271-4/+17
* [Modules] Refactor logic for incomplete umbrella warnings. NFCBruno Cardoso Lopes2017-04-271-37/+36
* Use setUsedForHeaderGuard() accessor function instead of direcly accessing Us...Yaron Keren2017-04-161-3/+2
* Fix MSVC warning about missing 'this' from lambda default capture modeSimon Pilgrim2016-10-271-1/+1
* [PP] Replace some index based for loops with range based onesErik Verbruggen2016-10-261-8/+6
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+1
* PR24667: fix quadratic runtime if textually-included modular headers define l...Richard Smith2016-02-231-22/+45
* [modules] Do less scanning of macro definition chains when computing the set ofRichard Smith2016-02-191-5/+20
* Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode.Nico Weber2015-12-291-1/+0
* Replace SM.getFileEntryForID(Lexer->getFileID()) with Lexer->getFileEntry().Yaron Keren2015-12-181-2/+1
* Remove spaces in empty line, NFC.Yaron Keren2015-11-071-1/+1
* Sink some PTHManager includes out of Preprocessor.hReid Kleckner2015-11-021-0/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [modules] Make sure macros get made visible in the top-level file if we've gotRichard Smith2015-06-301-2/+15
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-0/+11
* Avoid using a C++11 library feature not present in libstdc++4.7.Richard Smith2015-05-211-2/+1
* [modules] If we re-enter a submodule from within itself (when submoduleRichard Smith2015-05-211-47/+51
* [modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith2015-05-161-1/+1
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-3/+16
* [modules] Rearrange preprocessor module visibility handling, no observable ch...Richard Smith2015-05-141-7/+10
* [modules] Don't bother creating a ModuleMacro representing a #undef that over...Richard Smith2015-05-021-2/+5
* [modules] If a module #includes a modular header that #undef's its macro, itRichard Smith2015-05-021-5/+4
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-011-17/+52
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-7/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-1/+1
* Refactor to make MacroState ownership and lifetime clearer.Richard Smith2015-04-281-1/+4
* [modules] Incrementally compute the list of overridden module macros based onRichard Smith2015-04-271-7/+17
* Remove unused variable to silence GCC warningDavid Majnemer2015-04-241-3/+2
* [modules] Partial revert of r235669: don't create ModuleMacros for imported l...Richard Smith2015-04-241-6/+0
* [modules] Refactor creation of ModuleMacros and create them when importing fr...Richard Smith2015-04-231-4/+11
* [modules] Properly attribute macros to modules if they're in a file textually...Richard Smith2015-04-231-1/+1
* [modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith2015-04-231-0/+63
* Remove superceded warning warn_forgotten_module_headerBen Langmuir2014-11-051-28/+0
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-1/+2
* PR18793: If we try to EnterTokenStream when our current lexer is a cachingRichard Smith2014-09-231-0/+19
* unique_ptrify Preprocessor's TokenLexerCacheDavid Blaikie2014-08-291-11/+11
* Removed unused typedef for recursive_directory_iteratorBen Langmuir2014-06-301-2/+0