aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Decl.cpp
AgeCommit message (Expand)Author
2008-05-04Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.Chris Lattner
2008-04-27Parsing of namespaces:Argyrios Kyrtzidis
2008-04-22"This patch renames Chris Lattner
2008-04-21Clean up handling of function redeclarationsDouglas Gregor
2008-04-17Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis
2008-04-16New AST class for property implementation declarations.Fariborz Jahanian
2008-04-15Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff
2008-04-13Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by ArgirisSam Bishop
2008-04-12Default argument cleanups and minor improvements, patch byChris Lattner
2008-04-11Invoke destructors in Decl::Destroy().Sam Bishop
2008-04-11Stub out and start using a Decl::Destroy() method.Sam Bishop
2008-04-10Several improvements from Doug Gregor related to defaultChris Lattner
2008-04-08Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it followsSam Bishop
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-06remove a use of getCanonicalType.Chris Lattner
2008-04-06This patch contains these changes:Chris Lattner
2008-04-04Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations:Steve Naroff
2008-04-04Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner
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