summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-34/+33
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-4/+4
* Decl::getTranslationUnitDecl() should return itself when the Decl is a Transl...Argyrios Kyrtzidis2009-06-301-0/+3
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-9/+11
* -Keep a reference to the ASTContext inside the TranslationUnitDecl.Argyrios Kyrtzidis2009-06-291-0/+16
* See through UsingDecls in more places.Anders Carlsson2009-06-261-0/+3
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-0/+4
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-0/+1
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-33/+14
* Improvements to TemplateArgumentListBuilder to make it work better with param...Anders Carlsson2009-06-131-0/+7
* Initial infrastructure for class template partial specialization. HereDouglas Gregor2009-05-311-0/+4
* Get rid of CXXTempVarDecl.Anders Carlsson2009-05-301-1/+0
* Introduced DeclContext::isDependentContext, which determines whether aDouglas Gregor2009-05-281-0/+15
* A couple more small changes which are probably required for Cygwin Eli Friedman2009-04-271-1/+1
* Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl2009-04-261-0/+17
* CXXTempVarDecls aren't looked up. Fixes tests.Anders Carlsson2009-04-241-0/+1
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-3/+7
* Various minor fixes to PCH reading and writing, with generalDouglas Gregor2009-04-101-0/+7
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-0/+112
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-22/+32
* Simple DeclContext's internal representation by always storing aDouglas Gregor2009-04-091-103/+14
* improve compatibility with VC+, patch by John Thompson!Chris Lattner2009-04-081-1/+0
* Allow us to ask for the access specifier of a translation unitDouglas Gregor2009-04-071-1/+2
* Move the internal DeclContext data structures into a separate header. Douglas Gregor2009-04-071-109/+1
OpenPOWER on IntegriCloud