| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -35/+24 |
* | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor | 2008-11-18 | 1 | -2/+2 |
* | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor | 2008-11-17 | 1 | -50/+2 |
* | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -3/+41 |
* | Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD... | Argyrios Kyrtzidis | 2008-11-09 | 1 | -0/+23 |
* | Parsing, ASTs, and semantic analysis for the declaration of overloaded | Douglas Gregor | 2008-11-06 | 1 | -0/+9 |
* | LinkageSpecDecl is c++ specific, move it to DeclCXX | Chris Lattner | 2008-11-04 | 1 | -7/+0 |
* | Fix crash reported in PR2923 where a function declared using typeof(another_f... | Ted Kremenek | 2008-10-29 | 1 | -3/+13 |
* | Simplify handling of struct/union/class tags. | Argyrios Kyrtzidis | 2008-10-15 | 1 | -12/+3 |
* | Final phase of converting BlockDecls over to DeclContext. This is unfortunate... | Steve Naroff | 2008-10-10 | 1 | -3/+2 |
* | Instantiate the BlockDecl in ActOnBlockStart() so we can use it as a DeclCont... | Steve Naroff | 2008-10-08 | 1 | -3/+2 |
* | - Add BlockDecl AST node. | Steve Naroff | 2008-10-08 | 1 | -0/+24 |
* | Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. | Steve Naroff | 2008-10-03 | 1 | -4/+7 |
* | Change struct forward declarations and definitions to use unique RecordDecls,... | Ted Kremenek | 2008-09-05 | 1 | -3/+22 |
* | Remove "NextDecl" from RecordDecl. This change touches many files that where... | Ted Kremenek | 2008-09-05 | 1 | -37/+6 |
* | RecordDecl: | Ted Kremenek | 2008-09-02 | 1 | -60/+56 |
* | RecordDecl: | Ted Kremenek | 2008-09-02 | 1 | -0/+12 |
* | CXXRecordDecl and RecordDecl: | Ted Kremenek | 2008-09-02 | 1 | -6/+37 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+2 |
* | Destroy and delete the FieldDecl members of a RecordDecl. | Argyrios Kyrtzidis | 2008-08-08 | 1 | -0/+13 |
* | Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. | Chris Lattner | 2008-06-17 | 1 | -0/+6 |
* | Silence uninitialized value warning during Release build. | Ted Kremenek | 2008-06-16 | 1 | -4/+5 |
* | -Add DeclChain member to DeclContext. | Argyrios Kyrtzidis | 2008-06-10 | 1 | -1/+1 |
* | -Changes to TagDecl: | Argyrios Kyrtzidis | 2008-06-09 | 1 | -1/+8 |
* | Added new C++ AST Decl subclasses. | Argyrios Kyrtzidis | 2008-06-09 | 1 | -1/+1 |
* | Move Decl and DeclContext implementations into a new DeclBase.cpp file. | Argyrios Kyrtzidis | 2008-06-04 | 1 | -312/+1 |
* | fix decl attributes cleaning | Nuno Lopes | 2008-06-01 | 1 | -8/+16 |
* | Don't swap function decls, and add them to the scope as they are | Eli Friedman | 2008-05-27 | 1 | -57/+0 |
* | Call the correct destructor. | Ted Kremenek | 2008-05-24 | 1 | -1/+1 |
* | Tweak AST dumper for ObjC ivars. | Steve Naroff | 2008-05-23 | 1 | -0/+1 |
* | Reclaim memory from chains of ScopedDecls, and reclaim memory for the initial... | Ted Kremenek | 2008-05-20 | 1 | -0/+37 |
* | Reclaim memory allocated for ParmVarDecl's in FunctionDecl::Destroy. | Ted Kremenek | 2008-05-20 | 1 | -1/+6 |
* | Remove unnecessary #include (introduced by a recent patch of mine). | Ted Kremenek | 2008-05-20 | 1 | -1/+0 |
* | Try to plug some memory leaks... | Ted Kremenek | 2008-05-20 | 1 | -41/+13 |
* | Simplify FunctionDecl::AddRedeclaration a bit by using std::swap. | Chris Lattner | 2008-05-04 | 1 | -11/+28 |
* | Parsing of namespaces: | Argyrios Kyrtzidis | 2008-04-27 | 1 | -3/+18 |
* | "This patch renames | Chris Lattner | 2008-04-22 | 1 | -12/+12 |
* | Clean up handling of function redeclarations | Douglas Gregor | 2008-04-21 | 1 | -0/+77 |
* | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis | 2008-04-17 | 1 | -1/+7 |
* | New AST class for property implementation declarations. | Fariborz Jahanian | 2008-04-16 | 1 | -0/+7 |
* | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff | 2008-04-15 | 1 | -31/+16 |
* | Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris | Sam Bishop | 2008-04-13 | 1 | -2/+5 |
* | Default argument cleanups and minor improvements, patch by | Chris Lattner | 2008-04-12 | 1 | -1/+1 |
* | Invoke destructors in Decl::Destroy(). | Sam Bishop | 2008-04-11 | 1 | -0/+33 |
* | Stub out and start using a Decl::Destroy() method. | Sam Bishop | 2008-04-11 | 1 | -0/+4 |
* | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 1 | -0/+13 |
* | Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows | Sam Bishop | 2008-04-08 | 1 | -1/+1 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -2/+2 |
* | remove a use of getCanonicalType. | Chris Lattner | 2008-04-06 | 1 | -2/+3 |
* | This patch contains these changes: | Chris Lattner | 2008-04-06 | 1 | -15/+15 |