aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/GeneratePCH.cpp
AgeCommit message (Expand)Author
2009-05-18Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman
2009-05-18Refactor ASTConsumers to take a raw_ostream instead of a filename where Eli Friedman
2009-04-27Implement caching of stat() calls for precompiled headers, which isDouglas Gregor
2009-04-20Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor
2009-04-10emit tokens, constify the Preprocessor passed down into PCH writer.Chris Lattner
2009-04-10Arrange for the preprocessor to be passed down into the PCH writer.Chris Lattner
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor