summaryrefslogtreecommitdiff
path: root/lib/Lex/PPLexerChange.cpp
AgeCommit message (Expand)Author
2018-01-24Merging r323008:Hans Wennborg
2017-09-18Another attempt to fix warning discovered by r313487. [-Wunused-lambda-capture]Vitaly Buka
2017-09-18Revert rL313511, "Fix a warning discovered by rL313487. [-Wunused-lambda-capt...NAKAMURA Takumi
2017-09-18Fix a warning discovered by rL313487. [-Wunused-lambda-capture]NAKAMURA Takumi
2017-09-18Reformat.NAKAMURA Takumi
2017-08-21Fixed a crash on replaying Preamble's PP conditional stack.Ilya Biryukov
2017-07-05Fix invalid warnings for header guards in preamblesErik Verbruggen
2017-05-30Allow for unfinished #if blocks in preamblesErik Verbruggen
2017-05-19[modules] Simplify module macro handling in non-local-submodule-visibility mode.Richard Smith
2017-05-12Revert r302932, as it appears to be breaking stage2 for some of our modules-e...Richard Smith
2017-05-12[modules] Simplify module macro handling in non-local-submodule-visibility mode.Richard Smith
2017-05-04Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith
2017-04-27[Modules] Improve diagnostics for incomplete umbrellaBruno Cardoso Lopes
2017-04-27[Modules] Refactor logic for incomplete umbrella warnings. NFCBruno Cardoso Lopes
2017-04-16Use setUsedForHeaderGuard() accessor function instead of direcly accessing Us...Yaron Keren
2016-10-27Fix MSVC warning about missing 'this' from lambda default capture modeSimon Pilgrim
2016-10-26[PP] Replace some index based for loops with range based onesErik Verbruggen
2016-08-26C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith
2016-02-23PR24667: fix quadratic runtime if textually-included modular headers define l...Richard Smith
2016-02-19[modules] Do less scanning of macro definition chains when computing the set ofRichard Smith
2015-12-29Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode.Nico Weber
2015-12-18Replace SM.getFileEntryForID(Lexer->getFileID()) with Lexer->getFileEntry().Yaron Keren
2015-11-07Remove spaces in empty line, NFC.Yaron Keren
2015-11-02Sink some PTHManager includes out of Preprocessor.hReid Kleckner
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-06-30[modules] Make sure macros get made visible in the top-level file if we've gotRichard Smith
2015-06-19Introduced pragmas for audited nullability regions.Douglas Gregor
2015-05-21Avoid using a C++11 library feature not present in libstdc++4.7.Richard Smith
2015-05-21[modules] If we re-enter a submodule from within itself (when submoduleRichard Smith
2015-05-16[modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith
2015-05-15[modules] Add local submodule visibility support for declarations.Richard Smith
2015-05-14[modules] Rearrange preprocessor module visibility handling, no observable ch...Richard Smith
2015-05-02[modules] Don't bother creating a ModuleMacro representing a #undef that over...Richard Smith
2015-05-02[modules] If a module #includes a modular header that #undef's its macro, itRichard Smith
2015-05-01[modules] Add -fmodules-local-submodule-visibility flag.Richard Smith
2015-05-01[modules] Start moving the module visibility information off the Module itself.Richard Smith
2015-04-29[modules] Stop trying to fake up a linear MacroDirective history.Richard Smith
2015-04-28Refactor to make MacroState ownership and lifetime clearer.Richard Smith
2015-04-27[modules] Incrementally compute the list of overridden module macros based onRichard Smith
2015-04-24Remove unused variable to silence GCC warningDavid Majnemer
2015-04-24[modules] Partial revert of r235669: don't create ModuleMacros for imported l...Richard Smith
2015-04-23[modules] Refactor creation of ModuleMacros and create them when importing fr...Richard Smith
2015-04-23[modules] Properly attribute macros to modules if they're in a file textually...Richard Smith
2015-04-23[modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith
2014-11-05Remove superceded warning warn_forgotten_module_headerBen Langmuir
2014-10-22[modules] Add support for 'textual header' directives.Richard Smith
2014-09-23PR18793: If we try to EnterTokenStream when our current lexer is a cachingRichard Smith
2014-08-29unique_ptrify Preprocessor's TokenLexerCacheDavid Blaikie
2014-06-30Removed unused typedef for recursive_directory_iteratorBen Langmuir