summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-35/+24
* Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor2008-11-181-2/+2
* Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor2008-11-171-50/+2
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-3/+41
* Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD...Argyrios Kyrtzidis2008-11-091-0/+23
* Parsing, ASTs, and semantic analysis for the declaration of overloadedDouglas Gregor2008-11-061-0/+9
* LinkageSpecDecl is c++ specific, move it to DeclCXXChris Lattner2008-11-041-7/+0
* Fix crash reported in PR2923 where a function declared using typeof(another_f...Ted Kremenek2008-10-291-3/+13
* Simplify handling of struct/union/class tags.Argyrios Kyrtzidis2008-10-151-12/+3
* Final phase of converting BlockDecls over to DeclContext. This is unfortunate...Steve Naroff2008-10-101-3/+2
* Instantiate the BlockDecl in ActOnBlockStart() so we can use it as a DeclCont...Steve Naroff2008-10-081-3/+2
* - Add BlockDecl AST node.Steve Naroff2008-10-081-0/+24
* Add getTypeSpecStartLoc() to VarDecls and FunctionDecls.Steve Naroff2008-10-031-4/+7
* Change struct forward declarations and definitions to use unique RecordDecls,...Ted Kremenek2008-09-051-3/+22
* Remove "NextDecl" from RecordDecl. This change touches many files that where...Ted Kremenek2008-09-051-37/+6
* RecordDecl:Ted Kremenek2008-09-021-60/+56
* RecordDecl:Ted Kremenek2008-09-021-0/+12
* CXXRecordDecl and RecordDecl:Ted Kremenek2008-09-021-6/+37
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* Destroy and delete the FieldDecl members of a RecordDecl.Argyrios Kyrtzidis2008-08-081-0/+13
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-171-0/+6
* Silence uninitialized value warning during Release build.Ted Kremenek2008-06-161-4/+5
* -Add DeclChain member to DeclContext.Argyrios Kyrtzidis2008-06-101-1/+1
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-091-1/+8
* Added new C++ AST Decl subclasses.Argyrios Kyrtzidis2008-06-091-1/+1
* Move Decl and DeclContext implementations into a new DeclBase.cpp file.Argyrios Kyrtzidis2008-06-041-312/+1
* fix decl attributes cleaningNuno Lopes2008-06-011-8/+16
* Don't swap function decls, and add them to the scope as they are Eli Friedman2008-05-271-57/+0
* Call the correct destructor.Ted Kremenek2008-05-241-1/+1
* Tweak AST dumper for ObjC ivars.Steve Naroff2008-05-231-0/+1
* Reclaim memory from chains of ScopedDecls, and reclaim memory for the initial...Ted Kremenek2008-05-201-0/+37
* Reclaim memory allocated for ParmVarDecl's in FunctionDecl::Destroy.Ted Kremenek2008-05-201-1/+6
* Remove unnecessary #include (introduced by a recent patch of mine).Ted Kremenek2008-05-201-1/+0
* Try to plug some memory leaks...Ted Kremenek2008-05-201-41/+13
* Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.Chris Lattner2008-05-041-11/+28
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-3/+18
* "This patch renames Chris Lattner2008-04-221-12/+12
* Clean up handling of function redeclarationsDouglas Gregor2008-04-211-0/+77
* Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis2008-04-171-1/+7
* New AST class for property implementation declarations.Fariborz Jahanian2008-04-161-0/+7
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-31/+16
* Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by ArgirisSam Bishop2008-04-131-2/+5
* Default argument cleanups and minor improvements, patch byChris Lattner2008-04-121-1/+1
* Invoke destructors in Decl::Destroy().Sam Bishop2008-04-111-0/+33
* Stub out and start using a Decl::Destroy() method.Sam Bishop2008-04-111-0/+4
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-0/+13
* Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it followsSam Bishop2008-04-081-1/+1
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-2/+2
* remove a use of getCanonicalType.Chris Lattner2008-04-061-2/+3
* This patch contains these changes:Chris Lattner2008-04-061-15/+15
OpenPOWER on IntegriCloud