| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add VarDecl::getStorageClassSpecifierString (StorageClass -> const char*). | Daniel Dunbar | 2009-04-14 | 1 | -0/+14 |
| * | Implement -Wmissing-prototypes. Fixes PR3911. | Douglas Gregor | 2009-03-31 | 1 | -0/+20 |
| * | Predicate to detect when a RecordDecl is really the injected-class-name | Douglas Gregor | 2009-03-25 | 1 | -0/+5 |
| * | Fix <rdar://problem/6704086> by allowing the format string checking in Sema to | Ted Kremenek | 2009-03-20 | 1 | -1/+1 |
| * | BlockDecl::Destroy now deallocates BlockDecl's array of ParmVarDecl*. | Ted Kremenek | 2009-03-13 | 1 | -1/+2 |
| * | Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. | Steve Naroff | 2009-03-13 | 1 | -0/+17 |
| * | API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to | Ted Kremenek | 2009-03-12 | 1 | -2/+2 |
| * | Add type checking for tentative definitions at the end of the | Douglas Gregor | 2009-03-10 | 1 | -0/+16 |
| * | Switch attributes to be allocated from the declcontext bump pointer just like | Chris Lattner | 2009-03-04 | 1 | -0/+11 |
| * | Rework the way we find locally-scoped external declarations when we | Douglas Gregor | 2009-03-02 | 1 | -0/+41 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -2/+2 |
| * | Make the type associated with a ClassTemplateSpecializationDecl be a | Douglas Gregor | 2009-02-26 | 1 | -6/+8 |
| * | C99 DR #316 implies that the function parameter types that are known | Douglas Gregor | 2009-02-25 | 1 | -2/+6 |
| * | When we're declaring an object or function with linkage, teach name | Douglas Gregor | 2009-02-24 | 1 | -0/+9 |
| * | Improve merging of function declarations. Specifically: | Douglas Gregor | 2009-02-24 | 1 | -0/+5 |
| * | Contains the following (related to problems found while investigting <rdar://... | Steve Naroff | 2009-02-22 | 1 | -0/+5 |
| * | Static variables and functions won't collide with standard library | Douglas Gregor | 2009-02-17 | 1 | -0/+4 |
| * | Add hook to add attributes to function declarations that we know | Douglas Gregor | 2009-02-14 | 1 | -9/+27 |
| * | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor | 2009-02-13 | 1 | -0/+22 |
| * | Fix the symptom of the regression, by having the CXXConditionDeclExpr not des... | Sebastian Redl | 2009-02-05 | 1 | -1/+3 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -0/+36 |
| * | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 1 | -0/+8 |
| * | Add a macro-based enumeration of all of the Decl nodes (like we do | Douglas Gregor | 2009-02-02 | 1 | -4/+4 |
| * | Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f... | Steve Naroff | 2009-01-27 | 1 | -3/+2 |
| * | Remove many references to ASTContext::getAllocator(), replacing them with cal... | Steve Naroff | 2009-01-27 | 1 | -29/+16 |
| * | Remove the TopLevelDecls from TranslationUnit, since all of those decls are o... | Douglas Gregor | 2009-01-20 | 1 | -1/+0 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -54/+23 |
| * | fix deallocation of FunctionDecl::ParamInfo | Nuno Lopes | 2009-01-18 | 1 | -5/+3 |
| * | Teach DeclContext how to find the primary declaration for any TagDecl | Douglas Gregor | 2009-01-17 | 1 | -12/+16 |
| * | FunctionDecl::setParams() now uses the allocator associated with ASTContext t... | Ted Kremenek | 2009-01-14 | 1 | -2/+4 |
| * | Make sure that ScopedDecls passed to DeclContext::addDecl are added into thei... | Douglas Gregor | 2009-01-09 | 1 | -0/+7 |
| * | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor | 2009-01-08 | 1 | -2/+1 |
| * | Finished semantic analysis of anonymous unions in C++. | Douglas Gregor | 2009-01-07 | 1 | -0/+9 |
| * | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor | 2009-01-07 | 1 | -1/+2 |
| * | Don't push OverloadedFunctionDecls onto the chain of declarations | Douglas Gregor | 2008-12-23 | 1 | -0/+13 |
| * | Finish up saving original parameter type and | Fariborz Jahanian | 2008-12-20 | 1 | -1/+8 |
| * | introducing ParmVarWithOriginalTypeDecl class to | Fariborz Jahanian | 2008-12-20 | 1 | -0/+10 |
| * | fix leakage of var's initializers | Nuno Lopes | 2008-12-17 | 1 | -9/+23 |
| * | Make sure that enumerators show up within the enumeration declaration. Fixes.... | Douglas Gregor | 2008-12-17 | 1 | -1/+0 |
| * | Create new EnumDecl nodes for redeclarations of enums, linking them | Douglas Gregor | 2008-12-15 | 1 | -2/+4 |
| * | 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 |