summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/PreprocessorOptions.h
Commit message (Expand)AuthorAgeFilesLines
* [preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par...Argyrios Kyrtzidis2017-06-201-0/+4
* [PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz2017-06-161-0/+4
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-0/+4
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-1/+9
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-1/+1
* Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-2/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-8/+4
* Peel away old-style file remapping typedefs and cruftAlp Toker2014-07-071-46/+2
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-9/+9
* Use trailing documentation comments properlyDmitri Gribenko2013-02-161-6/+7
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-5/+0
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-8/+1
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-0/+23
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-5/+1
* Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor2012-10-241-0/+225