aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Decl.cpp
AgeCommit message (Expand)Author
2008-04-03Call "delete" on the body of FunctionDecls.Sam Bishop
2008-04-01Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff
2008-03-31rename Decl::CompatibleAlias -> ObjCCompatibleAlias.Chris Lattner
2008-03-16Split objc decl implementation out into DeclObjC.cppChris Lattner
2008-03-16switch the rest of the C decl classes to do their Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner