summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r90313, in which OverloadedFunctionDecl is removed and never spoken of again.John McCall2009-12-021-1/+0
* Allocate MultipleDC objects using the allocator associated withTed Kremenek2009-12-011-5/+5
* Streamline Stmt::CollectingStats() and Decl::CollectingStats(). No functional...Kovarththanan Rajaratnam2009-11-291-2/+1
* Add 1+2 consts.Daniel Dunbar2009-11-211-1/+1
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-2/+3
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-1/+1
* Do not register ObjCInterfaceDecls implicitly created by @class in theTed Kremenek2009-11-171-0/+7
* Instead of hanging a using declaration's target decls directly off the using John McCall2009-11-171-7/+17
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-1/+0
* Anonymous namespaces, sema + codegen. A lot of semantics are still broken,John McCall2009-10-011-0/+11
* Improved representation and support for friend class templates. Angst about ...John McCall2009-09-161-0/+1
* When performing unqualified name lookup into a DeclContext, also look intoDouglas Gregor2009-09-101-0/+16
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-49/+49
* Ensure that the tag decls of friend decls aren't added to the friending class'sJohn McCall2009-09-021-5/+0
* Fix bug 4784 and allow friend declarations to properly extendJohn McCall2009-08-311-4/+4
* Add a workaround for decls that come from friend decls pointing to undeclared...Anders Carlsson2009-08-291-2/+12
* For consistency, just make friend declarations AS_public.John McCall2009-08-291-10/+2
* Don't assert that friend declarations must have access specifiers for now.Anders Carlsson2009-08-291-2/+10
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-4/+1
* Check in UnresolvedUsingDecl.Anders Carlsson2009-08-281-0/+1
* When checking whether one declaration context encloses another, make sure to ...Douglas Gregor2009-08-271-0/+10
* Add a FriendClassDecl type for holding declarations of friend types in John McCall2009-08-111-0/+1
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-111-3/+13
* Change uses of:Ted Kremenek2009-07-291-1/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-1/+1
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-1/+1
OpenPOWER on IntegriCloud