1. 087edcf instantiate ?: expressions by Gabor Greif · 16 years ago
  2. 8dbc269 Refactor instantiation of declarations within a template into a much by Douglas Gregor · 16 years ago
  3. 879fd49 Implement instantiation of enums within class templates. This isn't by Douglas Gregor · 16 years ago
  4. 0cde0a3 Handle ImplicitCastExprs when instantiating templates. by Anders Carlsson · 16 years ago
  5. 1ac02dc Fix a problem noticed by Anders, where we were creating by Douglas Gregor · 16 years ago
  6. 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
  7. 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
  8. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
  9. a135fb4 Add the ability to clone integer and string literals. Use it when instantiating template expressions. by Anders Carlsson · 16 years ago
  10. 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
  11. 3e287c2 Fix bitfield-instantiation ownership bug noticed by Anders by Douglas Gregor · 16 years ago
  12. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  13. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  14. 1d65fa7 Remove an already-fixed FIXME by Douglas Gregor · 16 years ago
  15. 063daf6 Refactor the way we handle operator overloading and template by Douglas Gregor · 16 years ago
  16. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  17. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  18. 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
  19. 313a81d Use StmtVisitor to handle the decoding of expressions for by Douglas Gregor · 16 years ago
  20. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  21. 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
  22. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  23. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  24. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  25. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  26. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  27. 26dce44 Limit the template instantiation depth to some user-configurable value by Douglas Gregor · 16 years ago
  28. 40808ce Implement template instantiation for ClassTemplateSpecializationTypes, by Douglas Gregor · 16 years ago
  29. 8d21721 Revert r66423, which was not the right fix for this issue. by Douglas Gregor · 16 years ago
  30. b964c1d Fix a little FIXME, thanks to Sebastian by Douglas Gregor · 16 years ago
  31. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  32. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  33. aca13a7 Add a FIXME for something I can't look at just yet by Douglas Gregor · 16 years ago
  34. 724651c Template instantiation for function types by Douglas Gregor · 16 years ago
  35. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 16 years ago
  36. 8c633a0 Fix a typo by Douglas Gregor · 16 years ago
  37. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 16 years ago