aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclBase.cpp
AgeCommit message (Expand)Author
2012-01-05When creating declarations that are deserialized from an module file,Douglas Gregor
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2012-01-01Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-15Introduce the core infrastructure needed to model a completeDouglas Gregor
2011-12-10Add ability to supply additional message to availability macros,Fariborz Jahanian
2011-12-03Keep track of all of the import declarations that are parsed orDouglas Gregor
2011-12-02Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor
2011-11-08From Vassil Vassilev: add checks for removing Decls for more use cases.Axel Naumann
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-10-21I added a new function to DeclContext calledSean Callanan
2011-10-15Teach the ASTImporter to perform DeclContext lookups in a way thatDouglas Gregor
2011-10-07In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear outArgyrios Kyrtzidis
2011-09-28Introduce Decl::getParentFunctionOrMethod which if the decl is defined insideArgyrios Kyrtzidis
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-09Use ArrayRef in ExternalASTSource::SetExternalVisibleDeclsForName.Argyrios Kyrtzidis
2011-09-08Thread safety: added support for function scopes in attribute arguments.Caitlin Sadowski
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor
2011-08-27objective-c: Treat top-level objective-c declarationsFariborz Jahanian
2011-08-26When we're deserializing declarations lexically stored in a RecordDeclDouglas Gregor
2011-08-26From Vassil Vassilev: unnamed decls cannot be removed from the lookup map.Axel Naumann
2011-08-24Remove long-dead FIXMEDouglas Gregor
2011-08-24Don't force the complete deserialization of the visible-declarationsDouglas Gregor
2011-08-17Add serialization support for ClassScopeFunctionSpecializationDecl.Francois Pichet
2011-08-14Implement function template specialization at class scope extension in Micros...Francois Pichet
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-15Augment the interface of ExternalASTSource::FindExternalLexicalDecls()Douglas Gregor
2011-07-04Switch the Decl and Stmt stats printing to use llvm::errs() instead ofChandler Carruth
2011-06-23Apparently at some point in the past I forgot how 'continue'John McCall
2011-06-23Move definition of template <typename T> void Decl::dropAttrFariborz Jahanian
2011-06-23Minor tweak to my last patch per Doug's comment.Fariborz Jahanian
2011-06-23Remove multiple use of weak_import attribute onFariborz Jahanian
2011-06-23Remove weak_import attribute on new declaration.Fariborz Jahanian
2011-05-06Implement a minor optimization by not introducing declarations intoDouglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-19We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-03-26Extend the new 'availability' attribute with support for anDouglas Gregor
2011-03-23remove a dead variable.Chris Lattner
2011-03-23Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor
2011-03-05When we're deserializing a template parameter declaration, temporarilyDouglas Gregor
2011-03-04Make sure to put template parameters into their owning template'sDouglas Gregor
2011-02-22Provide a Decl::getNonClosureContext to look through any "closure" (i.e.John McCall
2011-02-19Revert all of my commits that devirtualized the Decl hierarchy, whichDouglas Gregor
2011-02-17Remove the last virtual member function from the Decl hierarchy,Douglas Gregor
2011-02-17Devirtualize Decl::getNextRedeclaration().Douglas Gregor
2011-02-17Simple little optimization to Decl::getCanonicalDecl(), eliminating some heav...Douglas Gregor
2011-02-17Devirtualize Decl::getSourceRange()Douglas Gregor