summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* change another PointerIntPair into a PointerUnion.Chris Lattner2009-03-291-31/+17
* switch DeclBase::DeclCtx to the new happy and type-safeChris Lattner2009-03-291-4/+2
* adjust to llvm mainline changes.Chris Lattner2009-03-291-1/+1
* Let getIdentifierNamespaceForKind know about aliases and have it treat them j...Anders Carlsson2009-03-281-0/+1
* rename NextDeclInScope to NextDeclInContext, since the pointerChris Lattner2009-03-281-7/+7
* minor cleanups: make getIdentifierNamespace() be a single loadChris Lattner2009-03-271-8/+69
* reduce # const_casts, no functionality change.Chris Lattner2009-03-271-2/+2
* change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling.Chris Lattner2009-03-271-2/+4
* Tighten the setAccess assert. We now allow AS_none if the decl contex is not ...Anders Carlsson2009-03-251-0/+8
* partially inline getAttrs() to speed up PR3810 (and lots ofChris Lattner2009-03-211-4/+2
* rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.Chris Lattner2009-03-051-0/+22
* add an a Attr::Destroy method and force clients to go through it. As part of Chris Lattner2009-03-041-10/+13
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+1
* Make the type associated with a ClassTemplateSpecializationDecl be aDouglas Gregor2009-02-261-2/+1
* Use RecordFirst/RecordLast range checks in DeclContextDouglas Gregor2009-02-261-1/+1
* Perform additional semantic checking of class templateDouglas Gregor2009-02-251-0/+8
* Add copy assignment operator, caught by doug.Chris Lattner2009-02-231-0/+9
* optimize the 'StoredDeclsMap' for the common case where there is Chris Lattner2009-02-201-44/+121
* make the redeclaration case faster for the common instance of a redeclarationChris Lattner2009-02-201-8/+19
* 80 colsChris Lattner2009-02-201-1/+2
* slight code simplifications.Chris Lattner2009-02-201-15/+12
* only do one DenseMap lookup instead of two (one to find out if there isChris Lattner2009-02-191-12/+12
* minor simplification.Chris Lattner2009-02-191-3/+3
* use early exit to reduce indentation.Chris Lattner2009-02-191-25/+26
* Implement basic parsing and semantic analysis for explicitDouglas Gregor2009-02-171-28/+23
* Move DeclContext::getParent and getLexicalParent in-line.Argyrios Kyrtzidis2009-02-171-8/+0
OpenPOWER on IntegriCloud