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