aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/PCHContainerOperations.cpp
AgeCommit message (Expand)AuthorFilesLines
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