summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/PrecompiledPreamble.h
Commit message (Expand)AuthorAgeFilesLines
* [clang] Add getCommentHandler to PreambleCallbacksKadir Cetinkaya2019-02-041-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-11/+12
* [Preamble] Empty preamble is not an error.Haojian Wu2018-08-171-2/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-231-1/+0
* [Frontend] Allow to use PrecompiledPreamble without calling CanReuseIlya Biryukov2018-01-181-4/+18
* Added helper to get size of PrecompiledPreambleIlya Biryukov2017-12-211-1/+8
* [clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov2017-12-201-0/+4
* [clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...Ilya Biryukov2017-12-151-5/+3
* Avoid copying the data of in-memory preamblesIlya Biryukov2017-11-241-0/+4
* Allow to store precompiled preambles in memory.Ilya Biryukov2017-11-161-9/+57
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-201-15/+0
* [PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers2017-09-111-1/+4
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-211-0/+248