1. ff2e4f4 When transforming a C++ "new" expression's constructor arguments, drop by Douglas Gregor · 14 years ago
  2. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 089407b When type-checking a C++ "new" expression, don't type-check the actual by Douglas Gregor · 15 years ago
  5. 44c7384 Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set by Douglas Gregor · 15 years ago
  6. 8f1d89e Fix a crasher involving template instantiation of non-dependent by Douglas Gregor · 15 years ago
  7. 017dde5 Implement template instantiation for member operator access. by Douglas Gregor · 15 years ago
  8. 54dabfc Introduce basic support for instantiating the definitions of member by Douglas Gregor · 15 years ago
  9. 48dd19b Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts by Douglas Gregor · 15 years ago
  10. 1eee0e7 Link FunctionDecls instantiated from the member functions of a class by Douglas Gregor · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  12. a88620c added type dependent testcase by Gabor Greif · 16 years ago
  13. 6c473c8 cleanup instantiation code, tighten testcase by Gabor Greif · 16 years ago
  14. 087edcf instantiate ?: expressions by Gabor Greif · 16 years ago
  15. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  16. 940bd83 Devious test-case involved overload resolution and ADL during template instantiation. by Douglas Gregor · 16 years ago