Age | Commit message (Expand) | Author |
2009-07-29 | There's no point in going through the getAs<TagType> stuff to find the defini... | Douglas Gregor |
2009-07-29 | Make tag declarations redeclarable. This change has three purposes: | Douglas Gregor |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-24 | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor |
2009-07-21 | Add the location of the tag keyword into TagDecl. From Enea | Douglas Gregor |
2009-07-18 | Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ... | Argyrios Kyrtzidis |
2009-07-18 | Introduce the Redeclarable template class, which serves as a base type defini... | Argyrios Kyrtzidis |
2009-07-18 | Remove getFirstDeclaration/getLatestDeclaration from FunctionDecl and VarDecl. | Argyrios Kyrtzidis |
2009-07-18 | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-14 | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff |
2009-07-14 | Introduce redecl_iterator, used for iterating over the redeclarations of a Fu... | Argyrios Kyrtzidis |
2009-07-14 | Introduce FunctionDecl::getLatestDeclaration() and VarDecl::getLatestDeclarat... | Argyrios Kyrtzidis |
2009-07-14 | Introduce FunctionDecl::getFirstDeclaration() and VarDecl::getFirstDeclaratio... | Argyrios Kyrtzidis |
2009-07-14 | Add the SourceLocation for the right brace in TagDecl. | Argyrios Kyrtzidis |
2009-07-08 | Implemented memmove_collectable API for Next runtime | Fariborz Jahanian |
2009-07-05 | Introduce the virtual method Decl::getPrimaryDecl(). | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-06-29 | Improve code generation for function template specializations: | Douglas Gregor |
2009-06-29 | Keep track of function template specializations, to eliminate | Douglas Gregor |
2009-06-29 | -Keep a reference to the ASTContext inside the TranslationUnitDecl. | Argyrios Kyrtzidis |
2009-06-29 | Move FunctionDecl::TemplateSpecializationInfo out into its own class, | Douglas Gregor |
2009-06-26 | Add NamedDecl::getUnderlyingDecl that can see through UsingDecl and ObjCCompa... | Anders Carlsson |
2009-06-26 | Implicit instantiation for function template specializations. | Douglas Gregor |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-23 | Don't use operator overload '<' for SourceLocation, it has not semantic meaning. | Argyrios Kyrtzidis |
2009-06-23 | Add a comment. | Argyrios Kyrtzidis |
2009-06-22 | Addressing Doug's suggestions: | Argyrios Kyrtzidis |
2009-06-20 | Introduce Decl::getSourceRange() which, like Stmt::getSourceRange(), represen... | Argyrios Kyrtzidis |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-14 | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner |
2009-06-06 | Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume... | Anders Carlsson |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-05-28 | Introduced DeclContext::isDependentContext, which determines whether a | Douglas Gregor |
2009-05-26 | When evaluating a VarDecl as a constant or determining whether it is | Douglas Gregor |
2009-05-18 | When instantiating the definition of a member function of a class | Douglas Gregor |
2009-05-14 | Improvements to the FunctionDecl getters/setters. | Anders Carlsson |
2009-05-11 | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor |
2009-05-10 | Implement the semantics of the injected-class-name within a class | Douglas Gregor |
2009-04-28 | Improve compatibility with GCC regarding inline semantics in GNU89 | Douglas Gregor |
2009-04-26 | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl |
2009-04-25 | fix PR4049, a crash on invalid, by making sema install the right number of | Chris Lattner |
2009-04-25 | rename getNumParmVarDeclsFromType back to getNumParams(), | Chris Lattner |
2009-04-25 | add a new helper function to FunctionDecl instead of it being | Chris Lattner |
2009-04-21 | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor |
2009-04-18 | Lazy deserialization of function bodies for PCH files. For the Carbon | Douglas Gregor |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |