aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PreprocessorOptions.h
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-09-11[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice
2018-07-30Remove trailing spaceFangrui Song
2018-07-09[PCH] Add an option to not write comments into PCHIlya Biryukov
2018-07-05[clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-08[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-09-20[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers
2017-06-20[preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par...Argyrios Kyrtzidis
2017-06-16[PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz
2017-06-09[libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis
2017-05-30Allow for unfinished #if blocks in preamblesErik Verbruggen
2017-01-05Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie
2017-01-05Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtrDavid Blaikie
2016-07-18[NFC] Header cleanupMehdi Amini
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2014-07-07Peel away old-style file remapping typedefs and cruftAlp Toker
2014-06-27Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie
2013-02-16Use trailing documentation comments properlyDmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-11-29Keep track of modules that have failed to build. If we encounter anDouglas Gregor
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis
2012-10-24Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor