Age | Commit message (Expand) | Author |
---|---|---|
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-03-31 | Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the | Ted Kremenek |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-28 | remove TranslationUnit. | Chris Lattner |
2009-03-28 | push more ASTContext goodness out through interfaces that use | Chris Lattner |
2009-03-28 | change HandleTranslationUnit to take an ASTContext instead of TranslationUnit | Chris Lattner |
2009-03-28 | hoist TranslationUnit some more. | Chris Lattner |
2009-03-28 | eliminate some wrappers. | Chris Lattner |
2009-03-28 | eliminate ReadASTBitcodeFile | Chris Lattner |
2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |