1. e7f3840 Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out the cause of the crash. by Argyrios Kyrtzidis · 15 years ago
  2. fb8e7a6 Disable this test for now, it has been crashing on linux for weeks. by Daniel Dunbar · 15 years ago
  3. 839fbc5 The -disable-free hack didn't work... by Daniel Dunbar · 15 years ago
  4. 70b8742 Fix comment, and reduce computational expense of this test. by Daniel Dunbar · 15 years ago
  5. e2a3e9a Add -disable-free to this test in the hopes if having it pass on Linux for now. by Daniel Dunbar · 15 years ago
  6. 4e57992 Fix type of 'this' and add a decltype test. by Anders Carlsson · 15 years ago
  7. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 15 years ago
  8. 9617433 Patch to implement template types in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  9. b33fe2f When recursively instantiating function templates, keep track of the by Douglas Gregor · 15 years ago
  10. 364e021 Improve support for overloaded operator templates. by Douglas Gregor · 15 years ago
  11. 5d39dee Fix a bogus error overloading an operator where the only class by Eli Friedman · 15 years ago
  12. 1637be7 Implicit instantiation for function template specializations. by Douglas Gregor · 15 years ago
  13. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  14. e542c86 Start propagating template parameter lists to the right places to by Douglas Gregor · 15 years ago
  15. d7b9e9f Some semantic tests for implicit instantiations by Douglas Gregor · 15 years ago
  16. 4c4f7cb Robustify a bunch of C++-related declaration actions. by Douglas Gregor · 15 years ago
  17. d7f37bf Implement implicit instantiation of the member functions of a class template by Douglas Gregor · 15 years ago
  18. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  19. 9cdda0c Support dependent extended vector types and template instantiation by Douglas Gregor · 15 years ago
  20. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  21. 247baca Move a bunch of tests into temp.param, and write a few tests for paragraphs that hadn't been touched before by Douglas Gregor · 15 years ago
  22. 923f753 Fix for PR4382: allow instantiating dependent nested name specifiers. by Eli Friedman · 15 years ago
  23. 31a0875 If a CXXRecordDecl is a class template, the 'this' type should be the injected class name type. Fixes pr4383. by Anders Carlsson · 15 years ago
  24. 0ceffb5 More work on type parameter packs. by Anders Carlsson · 15 years ago
  25. 031a588 When some template parameters of a class template partial by Douglas Gregor · 15 years ago
  26. 49d2557 A parameter pack must always come last in a class template. by Anders Carlsson · 15 years ago
  27. ce5635a Address more comments from Doug. by Anders Carlsson · 15 years ago
  28. 9c4c5c8 Parameter packs can't have default arguments. by Anders Carlsson · 15 years ago
  29. 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
  30. 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 15 years ago
  31. e94866f Diagnose the incorrect use of non-type template arguments for class by Douglas Gregor · 15 years ago
  32. 941df7d Parse support for C++0x type parameter packs. by Anders Carlsson · 15 years ago
  33. ba1ecb5 Verify that the template parameters of a class template partial by Douglas Gregor · 15 years ago
  34. 1d79faf Fix PR4365. by Anders Carlsson · 15 years ago
  35. 859ba50 Deducation and instantiation of block types. by Anders Carlsson · 15 years ago
  36. 02cbbd2 Once we have deduced the template arguments of a class template by Douglas Gregor · 15 years ago
  37. 3b56c00 Add a null check that fixes the crash in PR4362, and make sure to instantiate non-type template arguments. by Anders Carlsson · 15 years ago
  38. c149412 Make sure to calculate value-dependence correctly when deal with ICEs. by Eli Friedman · 15 years ago
  39. 3c94374 Move test to be with the other typename tests. by Eli Friedman · 15 years ago
  40. 637a409 Template argument deduction for member pointers. by Douglas Gregor · 15 years ago
  41. 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 15 years ago
  42. 6d968e8 Example metaprogram for reversing and searching in a type list by Douglas Gregor · 15 years ago
  43. d708c72 Implement template argument deduction for class template by Douglas Gregor · 15 years ago
  44. 994b6cb Address comments from Doug. by Anders Carlsson · 15 years ago
  45. 1fe067a Test template argument deduction on function types a little more by Douglas Gregor · 15 years ago
  46. a27fad5 Template argument deduction for function types. by Anders Carlsson · 15 years ago
  47. 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 15 years ago
  48. fc0f021 Template instantiation support for Obj-C @encode expressions. by Anders Carlsson · 15 years ago
  49. f4e2a2c Fix another crash and actually make the test case work. by Anders Carlsson · 15 years ago
  50. 9bff9a9 Fix a case when the TemplateArgs vector can be empty. by Anders Carlsson · 15 years ago
  51. 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  52. 4d6fb50 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  53. d560d50 Template argument deduction for references by Douglas Gregor · 15 years ago
  54. 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago
  55. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  56. a53f93b After spending 15 minutes trying to figure out why this was crashing, I realized it was a bug in the test case :) by Anders Carlsson · 15 years ago
  57. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  58. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  59. e47590e Fix usage of placement new. Placement new is not actually declared implicitly. by Sebastian Redl · 15 years ago
  60. 7b0a572 Follow-on test case for template instantiation of interesting DeclGroups by Douglas Gregor · 15 years ago
  61. 8e92bf3 Now that we have declared/defined tag types within DeclGroups, by Douglas Gregor · 15 years ago
  62. c177aa2 Add the missing public: thanks, Fariborz by Douglas Gregor · 15 years ago
  63. bc22163 Introduced DeclContext::isDependentContext, which determines whether a by Douglas Gregor · 15 years ago
  64. 6569d68 Reimplement much of the way that we track nested classes in the by Douglas Gregor · 15 years ago
  65. 599fe7c Fix the type of a enum non-type template argument within the instantiation. by Sebastian Redl · 15 years ago
  66. ed961e7 Simplify, and improve the performance of, template instantiation for by Douglas Gregor · 15 years ago
  67. d0c8737 Add some more tests for instantiation of declaration references. Also, by Douglas Gregor · 15 years ago
  68. 8dbc3c6 Enumeration declarations that were instantiated from an enumeration by Douglas Gregor · 15 years ago
  69. 2bba76b Improve name lookup for and template instantiation of declaration by Douglas Gregor · 15 years ago
  70. 815215d Initial stab at a generalized operation for determining the by Douglas Gregor · 15 years ago
  71. 5f8bd59 Template instantiation for "typeof" for both types and expressions. by Douglas Gregor · 15 years ago
  72. 2f1735c A simple dynamic array class template, to be used as a test-bed for template instantiation by Douglas Gregor · 15 years ago
  73. e30d0bd Template instantiation for qualified declaration reference by Douglas Gregor · 15 years ago
  74. 7665823 Template instantiation for the GNU address-of-label extension. by Douglas Gregor · 15 years ago
  75. bec53e7 Template instantiation for ExtVectorElementExpr. by Douglas Gregor · 15 years ago
  76. 08d3e7c Add a few tests to ensure that member functions of class templates can by Douglas Gregor · 15 years ago
  77. 1c0ca59 Representation of and template instantiation for member by Douglas Gregor · 15 years ago
  78. 690dc7f Template instantiation for C99 compound literals by Douglas Gregor · 15 years ago
  79. c4bb7bf Template instantiation for GNU array-range designators. by Douglas Gregor · 15 years ago
  80. 9ea6276 Template instantiation for C99 designated initializers, because we by Douglas Gregor · 15 years ago
  81. ccb97f5 Template instantiation for initializer lists by Douglas Gregor · 15 years ago
  82. 36bb03b Template instantiation for unary type traits, e.g., __is_pod by Douglas Gregor · 15 years ago
  83. 12d0c30 Template instantiation for C++ "typeid" expressions. by Douglas Gregor · 15 years ago
  84. 42e5b50 Template instantiation for C++ throw expressions by Douglas Gregor · 15 years ago
  85. d0c0267 Template instantiation for C++ delete expression by Douglas Gregor · 15 years ago
  86. 8593c78 Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko. by Sebastian Redl · 15 years ago
  87. 3433cf7 Template instantiation for C++ "new" expressions. by Douglas Gregor · 15 years ago
  88. 66b46be Fix template instantiation for compound statements so that it properly by Douglas Gregor · 15 years ago
  89. d7e2705 Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 15 years ago
  90. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 15 years ago
  91. d94546a Template instantiation for the various kinds of AST nodes that occur by Douglas Gregor · 15 years ago
  92. 0db2272 Tweak test case so that the expected-error text matches on both i686 and x86-64. by Douglas Gregor · 15 years ago
  93. 96cff59 Add a va_list/template instantiation test suggested by Eli by Douglas Gregor · 15 years ago
  94. 0529519 Add FIXMEs for the remaining C and C++ expression types that still by Douglas Gregor · 15 years ago
  95. dd02730 Template instantiation for __builtin_va_arg. by Douglas Gregor · 15 years ago
  96. c9ecc57 Template instantiation for __builtin_choose_expr. by Douglas Gregor · 15 years ago
  97. c12a9c5 Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, by Douglas Gregor · 15 years ago
  98. cde0173 Template instantiation for __builtin_shufflevector. by Douglas Gregor · 15 years ago
  99. dc241b4 Template instantiation for __builtin_types_compatible_p. by Douglas Gregor · 15 years ago
  100. cd93817 Template instantiation for GNU statement expressions by Douglas Gregor · 15 years ago