Age | Commit message (Expand) | Author |
2009-07-24 | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor |
2009-07-22 | Improve template argument deduction for array types, so that a parameter | Douglas Gregor |
2009-07-22 | Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes | Fariborz Jahanian |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-18 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-07-01 | Keep track of more information within the template instantiation stack, e.g., | Douglas Gregor |
2009-07-01 | Cope with explicitly-specified function template arguments when there | 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 | Improvements to decltype. We now don't crash anymore when the expr is an over... | Anders Carlsson |
2009-06-26 | A little template argument deduction test uncovered an "oops". As part | Douglas Gregor |
2009-06-26 | Fix PR4448. | Anders Carlsson |
2009-06-26 | Implicit instantiation for function template specializations. | Douglas Gregor |
2009-06-24 | Add a DecltypeType type. | Anders Carlsson |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-06-18 | Some cleanups suggested by Chris | Douglas Gregor |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-06-17 | Support dependent extended vector types and template instantiation | Douglas Gregor |
2009-06-16 | Keep track of whether a type parameter type is a parameter pack. | Anders Carlsson |
2009-06-15 | Add a new 'Pack' argument kind to TemplateArgument. This is not yet used. | Anders Carlsson |
2009-06-14 | Update LLVM. | Douglas Gregor |
2009-06-13 | Fix for PR4382: allow instantiating dependent nested name specifiers. | Eli Friedman |
2009-06-12 | Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us... | Anders Carlsson |
2009-06-12 | It looks like we've finished off matching of class template partial specializ... | Douglas Gregor |
2009-06-12 | Finish implementing checking of class template partial specializations | Douglas Gregor |
2009-06-12 | Improve template argument deduction to keep track of why template | Douglas Gregor |
2009-06-12 | Deducation and instantiation of block types. | Anders Carlsson |
2009-06-11 | Once we have deduced the template arguments of a class template | Douglas Gregor |
2009-06-11 | Separate TemplateArgument instantiation logic into its own function. No funct... | Douglas Gregor |
2009-06-10 | Template argument deduction for member pointers. | Douglas Gregor |
2009-06-09 | Handle member pointer types with dependent class types (e.g., int | Douglas Gregor |
2009-06-05 | Several improvements to template argument deduction: | Douglas Gregor |
2009-06-04 | When performing template argument deduction, ensure that multiple | Douglas Gregor |
2009-05-31 | Initial infrastructure for class template partial specialization. Here | Douglas Gregor |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-05-29 | Reduce the amount of stack space we use in SmallVectors during | Douglas Gregor |
2009-05-27 | Simplify, and improve the performance of, template instantiation for | Douglas Gregor |
2009-05-27 | Initial stab at a generalized operation for determining the | Douglas Gregor |
2009-05-26 | Template instantiation for "typeof" for both types and expressions. | 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 | When instantiating the definition of a member function of a class | Douglas Gregor |
2009-05-16 | Reflow some comments. | Mike Stump |
2009-05-14 | Introduce basic support for instantiating the definitions of member | Douglas Gregor |
2009-05-14 | Implement explicit instantiations of member classes of class templates, e.g., | Douglas Gregor |
2009-05-13 | Explicit instantiations of templates now instantiate the definitions | Douglas Gregor |
2009-05-13 | Improve the semantic checking for explicit instantiations of | Douglas Gregor |
2009-05-13 | Semantic analysis for explicit instantiation of class templates. We | Douglas Gregor |
2009-05-11 | Encapsulate template arguments lists in a new class, | Douglas Gregor |