summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrecompiledPreamble.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Preamble] Check system dependencies in preamble tooIlya Biryukov2018-07-091-1/+11
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-231-4/+0
* [Frontend] Allow to use PrecompiledPreamble without calling CanReuseIlya Biryukov2018-01-181-13/+29
* Added helper to get size of PrecompiledPreambleIlya Biryukov2017-12-211-3/+24
* [clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov2017-12-201-0/+2
* [clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...Ilya Biryukov2017-12-151-17/+8
* Avoid copying the data of in-memory preamblesIlya Biryukov2017-11-241-3/+1
* Use llvm-config.h instead of config.hIlya Biryukov2017-11-171-1/+1
* Allow to store precompiled preambles in memory.Ilya Biryukov2017-11-161-30/+197
* Create fewer copies of StringMaps. No functionality change intended.Benjamin Kramer2017-10-221-1/+1
* Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.Ilya Biryukov2017-10-091-0/+2
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-201-2/+1
* Fixed a race condition in PrecompiledPreamble.Ilya Biryukov2017-08-101-1/+9
* Fix unused-variable compilation error.Haojian Wu2017-06-211-0/+2
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-211-0/+561
OpenPOWER on IntegriCloud