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