summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the handling of the DeclaredDefaultConstructor andDouglas Gregor2010-09-271-0/+8
* Decl::CheckAccessDeclContext() keeps asserting. Access is not set in some cases.Argyrios Kyrtzidis2010-09-081-4/+9
* Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions.Argyrios Kyrtzidis2010-09-081-4/+6
* Make inline namespace not be transparent after all. The concept simply doesn'...Sebastian Redl2010-08-311-10/+13
* Enable inline namespaces in the AST.Sebastian Redl2010-08-311-1/+1
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-311-6/+24
* Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare...Sebastian Redl2010-08-311-1/+1
* Fix an issue with writing to PCH another included PCH, introduced by the "usi...Argyrios Kyrtzidis2010-08-201-0/+28
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-91/+13
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-16/+6
* When we are deserializing the lexical decls of a DeclContext from PCH, notify...Argyrios Kyrtzidis2010-07-301-0/+3
* - Fix recording of offsets of types in dependent PCHs.Sebastian Redl2010-07-271-0/+8
* Remove destructors from declaration nodesDouglas Gregor2010-07-251-6/+1
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-43/+1
* Instantiate attributes when first building an instantiatedFariborz Jahanian2010-07-131-12/+0
* Copy over attributes to instantiated variable.Fariborz Jahanian2010-07-121-0/+11
* Remove Decl::getCompoundBody().Argyrios Kyrtzidis2010-07-071-4/+0
* Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too.Argyrios Kyrtzidis2010-07-071-8/+4
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-0/+9
* When adding a visible decl, deserialize the visible decls and add it.Argyrios Kyrtzidis2010-07-041-9/+10
* Lazily declare default constructors. We now delay the construction ofDouglas Gregor2010-07-031-0/+6
* Disable Decl::CheckAccessDeclContext() temporarily.Argyrios Kyrtzidis2010-07-021-4/+6
* Given Decl::isUsed() a flag indicating when to consider the "used"Douglas Gregor2010-06-171-3/+3
* Fix PCH issue. Attributes of a declaration were truncated to just one when th...Argyrios Kyrtzidis2010-06-111-0/+11
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+1
* Alter the ExternalASTSource interface to permit by-name lookups. PCH continu...John McCall2010-06-011-22/+85
* Convert DeclNodes to use TableGen.Alexis Hunt2010-05-301-49/+61
* Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-2/+2
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-8/+16
* Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar2010-04-231-16/+8
* C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall2010-04-231-8/+16
* Make TemplateDecl and ObjCContainerDecl abstractDouglas Gregor2010-04-221-2/+0
* Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; theyDouglas Gregor2010-04-221-8/+4
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-311-7/+0
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-301-0/+7
* When copying a partial diagnostic into a DependentDiagnostic, allocateDouglas Gregor2010-03-291-13/+6
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-291-0/+2
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-19/+82
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-0/+1
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-5/+16
* When we invalidate a declaration, make it public, so that it doesn'tDouglas Gregor2010-03-051-0/+10
* Don't assert that we have a valid access specifier on an invalidDouglas Gregor2010-02-221-1/+2
* Fix unused function warning to handle used attributes and redeclarations. Upd...Tanya Lattner2010-02-171-0/+18
* Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) byTed Kremenek2010-02-111-5/+30
* Create function, block, and template parameters in the context of theJohn McCall2010-01-221-2/+0
* First pass at collecting access-specifier information along inheritance paths.John McCall2010-01-201-2/+9
* When we are instantiating a member function of a local class, be sureDouglas Gregor2010-01-161-0/+11
* Patch to fix a crash trying to access a category name inFariborz Jahanian2009-12-111-2/+2
* Implement redeclaration checking and hiding semantics for using declarations....John McCall2009-12-101-0/+40
* Fix for PR5710: make sure to put function template specializations into theEli Friedman2009-12-081-0/+3
OpenPOWER on IntegriCloud