Age | Commit message (Expand) | Author |
2009-07-29 | Use the new statement/expression profiling code to unique dependent | Douglas Gregor |
2009-07-27 | When instantiating a variable without an initializer, call | Douglas Gregor |
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 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-16 | Fix unused variable warnings (with -Asserts) | Daniel Dunbar |
2009-07-14 | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff |
2009-07-01 | Keep track of more information within the template instantiation stack, e.g., | Douglas Gregor |
2009-06-30 | When recursively instantiating function templates, keep track of the | Douglas Gregor |
2009-06-30 | Refactor ActOnDeclarationNameExpr into a "parsing action" part and a | Douglas Gregor |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis |
2009-06-29 | Keep track of function template specializations, to eliminate | Douglas Gregor |
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-22 | Implement implicit instantiation of the member functions of a class template | Douglas Gregor |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-05-29 | Reduce the amount of stack space we use in SmallVectors during | Douglas Gregor |
2009-05-29 | Now that we have declared/defined tag types within DeclGroups, | Douglas Gregor |
2009-05-28 | Introduced DeclContext::isDependentContext, which determines whether a | Douglas Gregor |
2009-05-27 | Simplify, and improve the performance of, template instantiation for | Douglas Gregor |
2009-05-27 | Enumeration declarations that were instantiated from an enumeration | Douglas Gregor |
2009-05-27 | Improve name lookup for and template instantiation of declaration | Douglas Gregor |
2009-05-27 | Initial stab at a generalized operation for determining the | Douglas Gregor |
2009-05-26 | Make sure that CodeGen sees template instantiations. | Douglas Gregor |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-18 | Template instantiation for C++ try/catch statements. | Douglas Gregor |
2009-05-18 | When instantiating the definition of a member function of a class | Douglas Gregor |
2009-05-16 | Reflow some comments. | Mike Stump |
2009-05-16 | Implement a FIXME, we now pass in the locations of the braces for enums. | Mike Stump |
2009-05-15 | Make sure that we use the canonical type for the names of instantiated | Douglas Gregor |
2009-05-15 | Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when | Douglas Gregor |
2009-05-15 | Implement template instantiation for DeclStmt | Douglas Gregor |
2009-05-14 | Introduce basic support for instantiating the definitions of member | Douglas Gregor |
2009-05-14 | Check that the function being overridden is virtual. | Anders Carlsson |
2009-05-14 | Introduce a stack of instantiation scopes that are used to store the mapping ... | Douglas Gregor |
2009-05-14 | Link FunctionDecls instantiated from the member functions of a class | Douglas Gregor |
2009-05-13 | Explicit instantiations of templates now instantiate the definitions | Douglas Gregor |
2009-05-11 | Encapsulate template arguments lists in a new class, | Douglas Gregor |
2009-05-10 | Implement the semantics of the injected-class-name within a class | Douglas Gregor |
2009-05-01 | Replace more release+static_cast with takeAs. | Anders Carlsson |
2009-04-25 | This is a pretty big cleanup for how invalid decl/type are handle. | Chris Lattner |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-26 | The injected-class-name of class templates and class template | Douglas Gregor |
2009-03-25 | Implement template instantiation for static data members of class | Douglas Gregor |
2009-03-25 | Pass access specifiers through to member classes and member enums. | Douglas Gregor |
2009-03-25 | Instantiation for member classes of class templates. Note that only | Douglas Gregor |
2009-03-25 | Stub out some declaration kinds that cannot ever be instantiated | Douglas Gregor |
2009-03-25 | Minor refactoring to eliminate an extra switch during template instantiation | Douglas Gregor |