summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith2013-02-071-1/+9
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-0/+5
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-5/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-3/+17
* Add r168519 back, but with a fix to also merge the used flag in variables.Rafael Espindola2012-11-251-7/+0
* Revert r168519, "Merge used flags so that we don't have to iterate on isUsed....NAKAMURA Takumi2012-11-241-0/+7
* Merge used flags so that we don't have to iterate on isUsed. With this changeRafael Espindola2012-11-231-8/+1
* Remove redundant check.Rafael Espindola2012-11-231-2/+3
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Teach the ASTImporter how to handle anonymous structs/unionsDouglas Gregor2012-07-171-9/+11
* Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriateJohn McCall2012-06-201-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+15
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-11/+0
* Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths andDouglas Gregor2012-05-031-5/+0
* Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith2012-03-161-79/+169
* It never makes sense to do a lookup into a LinkageSpecDecl, so assert that weNick Lewycky2012-03-131-0/+3
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-92/+58
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Allow serializing an invalid ParmVarDecl and don't set access to public forArgyrios Kyrtzidis2012-03-091-1/+1
* AST/stats: Don't effectively use an out-of-line function to return a staticDaniel Dunbar2012-03-051-5/+3
* More ArrayRef-ification of methods.Bill Wendling2012-02-221-1/+1
* Improve our handling of lambda expressions that occur within defaultDouglas Gregor2012-02-211-2/+6
* [PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the...Argyrios Kyrtzidis2012-02-091-6/+15
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+1
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-1/+0
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-2/+2
* Implement redeclaration merging for namespaces defined in distinctDouglas Gregor2012-01-091-5/+8
* Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor2012-01-071-12/+20
* Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bitsDouglas Gregor2012-01-061-10/+10
* Always allocate an extra 8 bytes for a deserialized declaration, sinceDouglas Gregor2012-01-051-8/+5
* When we deserialize a declaration from a module file, allocate extraDouglas Gregor2012-01-051-1/+14
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-051-0/+6
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-1/+0
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-011-2/+4
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-6/+0
* Introduce the core infrastructure needed to model a completeDouglas Gregor2011-12-151-1/+8
* Add ability to supply additional message to availability macros,Fariborz Jahanian2011-12-101-5/+12
* Keep track of all of the import declarations that are parsed orDouglas Gregor2011-12-031-0/+7
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-0/+1
* From Vassil Vassilev: add checks for removing Decls for more use cases.Axel Naumann2011-11-081-1/+2
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-1/+5
* I added a new function to DeclContext calledSean Callanan2011-10-211-11/+29
* Teach the ASTImporter to perform DeclContext lookups in a way thatDouglas Gregor2011-10-151-0/+32
* In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear outArgyrios Kyrtzidis2011-10-071-18/+13
* Introduce Decl::getParentFunctionOrMethod which if the decl is defined insideArgyrios Kyrtzidis2011-09-281-5/+5
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-2/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-5/+5
* Use ArrayRef in ExternalASTSource::SetExternalVisibleDeclsForName.Argyrios Kyrtzidis2011-09-091-4/+5
OpenPOWER on IntegriCloud