aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TranslationUnit.cpp
AgeCommit message (Expand)Author
2008-04-23TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objectsTed Kremenek
2008-04-11Stub out and start using a Decl::Destroy() method.Sam Bishop
2008-04-07Pass the ASTContext object around when deserializing Decl and Stmt objects, soSam Bishop
2008-04-03trivial whitespace fixSam Bishop
2008-04-03Created a destructor so that the top-level decls can be deleted.Sam Bishop
2008-04-01Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner