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