1. 879fd49 Implement instantiation of enums within class templates. This isn't by Douglas Gregor · 16 years ago
  2. 0cde0a3 Handle ImplicitCastExprs when instantiating templates. by Anders Carlsson · 16 years ago
  3. 1ac02dc Fix a problem noticed by Anders, where we were creating by Douglas Gregor · 16 years ago
  4. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  5. 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
  6. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  7. a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago
  8. f53597f Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. by Sebastian Redl · 16 years ago
  9. 3e287c2 Fix bitfield-instantiation ownership bug noticed by Anders by Douglas Gregor · 16 years ago
  10. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  11. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  12. 1d65fa7 Remove an already-fixed FIXME by Douglas Gregor · 16 years ago
  13. 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
  14. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  15. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  16. c971f86 Store the type of the integral value within a TemplateArgument, so that we can more efficiently reconstruct an IntegerLiteral from it during template instantiation by Douglas Gregor · 16 years ago
  17. 313a81d Use StmtVisitor to handle the decoding of expressions for by Douglas Gregor · 16 years ago
  18. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  19. 4dd55f5 Make sure that we set the access specifier for an instantiated FieldDecl, and that the aggregate and POD flags for an instantiated class template are updated based on instantiation of a FieldDecl by Douglas Gregor · 16 years ago
  20. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  21. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  22. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  23. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  24. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  25. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
  26. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 16 years ago
  27. 8d21721 Revert r66423, which was not the right fix for this issue. by Douglas Gregor · 16 years ago
  28. b964c1d Fix a little FIXME, thanks to Sebastian by Douglas Gregor · 16 years ago
  29. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  30. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  31. aca13a7 Add a FIXME for something I can't look at just yet by Douglas Gregor · 16 years ago
  32. 724651c Template instantiation for function types by Douglas Gregor · 16 years ago
  33. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
  34. 8c633a0 Fix a typo by Douglas Gregor · 16 years ago
  35. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago