1. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 14 years ago
  2. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  3. f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 14 years ago
  4. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 14 years ago
  5. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 14 years ago
  6. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago
  7. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  8. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  9. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  10. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  11. c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 14 years ago
  12. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  13. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 14 years ago
  14. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 14 years ago
  15. bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 14 years ago
  16. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 14 years ago
  17. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 14 years ago
  18. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 14 years ago
  19. a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 14 years ago
  20. 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 14 years ago
  21. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 14 years ago
  22. 2243288 Properly account for redeclarations when explicitly instantiating class templates. by John McCall · 14 years ago
  23. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 14 years ago
  24. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 14 years ago
  25. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 14 years ago
  26. 479be1a Add another test for weird substitutions into function types during template argument deduction by Douglas Gregor · 14 years ago
  27. 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 14 years ago
  28. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 14 years ago
  29. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 14 years ago
  30. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 14 years ago
  31. 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 14 years ago
  32. 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 14 years ago
  33. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 14 years ago
  34. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 14 years ago
  35. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  36. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 14 years ago
  37. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 14 years ago
  38. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 14 years ago
  39. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 14 years ago
  40. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 14 years ago
  41. a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 14 years ago
  42. 7b9a5aa During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 14 years ago
  43. 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 14 years ago
  44. 91be6f5 Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We by Douglas Gregor · 14 years ago
  45. bbbd54e Add test case from PR5812, which works now. by Douglas Gregor · 14 years ago
  46. 632c9d2 avoid issues with the new scope protector. Previously we'd error by Chris Lattner · 14 years ago
  47. 449d0a8 When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449 by Douglas Gregor · 14 years ago
  48. 96084f1 When instantiating a function-scoped enum, make sure that it and its by Douglas Gregor · 14 years ago
  49. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 14 years ago
  50. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 14 years ago
  51. 5fe8c04 Skip dependent virtual base classes; fixes PR6413. by Douglas Gregor · 14 years ago
  52. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 14 years ago
  53. 1af7451 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 14 years ago
  54. c845aad When we decide to re-use an existing CXXConstructExpr node, make sure by Douglas Gregor · 14 years ago
  55. a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 14 years ago
  56. 2fa9800 Do not try to instantiate invalid declarations. It's a recipe for by Douglas Gregor · 15 years ago
  57. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  58. 17e0f40 Fix instantiation of template functions with local classes that contain virtual by Chandler Carruth · 15 years ago
  59. 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
  60. ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 15 years ago
  61. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  62. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
  63. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
  64. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 15 years ago
  65. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 15 years ago
  66. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 15 years ago
  67. 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 15 years ago
  68. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 15 years ago
  69. 67fa05b A dependent initializer with zero arguments should return a NULL by Douglas Gregor · 15 years ago
  70. 525f96c Default function arguments for function template specializations by Douglas Gregor · 15 years ago
  71. dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 15 years ago
  72. a4e8c2a When determining whether a scope specifier is complete, consider a by Douglas Gregor · 15 years ago
  73. 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 15 years ago
  74. 0b6bc8b When a function or variable somehow depends on a type or declaration by Douglas Gregor · 15 years ago
  75. 342fec4 Note that an overload candidate was non-viable because template argument by John McCall · 15 years ago
  76. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  77. 86b8e09 When naming a function template via a qualified-id (or any other way by Douglas Gregor · 15 years ago
  78. b2e90ac Land test case. by Anders Carlsson · 15 years ago
  79. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 15 years ago
  80. 0707bc5 Teach Sema::ActOnDependentTemplateName that a dependent template name by Douglas Gregor · 15 years ago
  81. e8aba3d Another test case for PR6062 by Douglas Gregor · 15 years ago
  82. 7a886e1 In a mem-initializer, a nested-name-specifier followed by an by Douglas Gregor · 15 years ago
  83. 60406be Introduce a second queue of "local" pending implicit instantiation, by Douglas Gregor · 15 years ago
  84. 26997fd While determining when to parse inline member functions of a class, by Douglas Gregor · 15 years ago
  85. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  86. 5d52e47 Partial fix for PR6022, where we were complaining when a friend by Douglas Gregor · 15 years ago
  87. 501edb6 When determining whether a DeclRefExpr is value-dependent when it by Douglas Gregor · 15 years ago
  88. 1cfb7da When determining whether the type is the current instantiation, strip by Douglas Gregor · 15 years ago
  89. c2233c5 Don't repeat lookup when instantiating resolved member expressions. by John McCall · 15 years ago
  90. 7d3f576 When performing qualified name lookup into the current instantiation, by Douglas Gregor · 15 years ago
  91. c781f9c After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 15 years ago
  92. 9edad9b When qualified lookup into the current instantiation fails (because it by Douglas Gregor · 15 years ago
  93. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  94. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  95. cb329c5 use DiagRuntimeBehavior to silence the div/rem by zero warning when by Chris Lattner · 15 years ago
  96. 84d0a19 Improve recovery for template-ids whose template-name doesn't actually by Douglas Gregor · 15 years ago
  97. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  98. d9b600c Parse dependent template-ids in base clauses and member by Douglas Gregor · 15 years ago
  99. 2e93388 When determining whether a given name is a template in a dependent by Douglas Gregor · 15 years ago
  100. 277d280 When performing name lookup into a scope, check that its entity is by Douglas Gregor · 15 years ago