aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/PCHContainerOperations.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne1-3/+3
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne1-2/+1
2016-07-15Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne1-5/+5
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer1-2/+3
2016-02-01Remove the egregious PCHContainer layering hack that doesn't seem to be neces...Benjamin Kramer1-0/+3
2015-09-19Further simplify the interface of PCHContainerGeneratorAdrian Prantl1-3/+3
2015-09-18Simplify the interface of PCHContainerGenerator and friendsAdrian Prantl1-14/+5
2015-09-10Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg1-2/+4
2015-09-10Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg1-4/+2
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg1-2/+4
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-13/+18
2015-07-09Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl1-3/+0
2015-07-09Move the definition of ~PCHContainerOperations from Basic into Frontend.Adrian Prantl1-0/+3
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-2/+0
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-0/+2
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl1-2/+0
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-0/+70