summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/PCHContainerOperations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-3/+3
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-2/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-5/+5
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* Remove the egregious PCHContainer layering hack that doesn't seem to be neces...Benjamin Kramer2016-02-011-0/+3
* Further simplify the interface of PCHContainerGeneratorAdrian Prantl2015-09-191-3/+3
* Simplify the interface of PCHContainerGenerator and friendsAdrian Prantl2015-09-181-14/+5
* Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-2/+4
* Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-4/+2
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-2/+4
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-13/+18
* Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl2015-07-091-3/+0
* Move the definition of ~PCHContainerOperations from Basic into Frontend.Adrian Prantl2015-07-091-0/+3
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-2/+0
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-0/+2
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-2/+0
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-0/+70