1. 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 15 years ago
  2. 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 15 years ago
  3. 29d2fd5 Fix template instantiation for __builtin_offfsetof expressions that refer to members of anonymous structs/unions by Douglas Gregor · 15 years ago
  4. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
  5. e6ec5c4 When the qualifier of a id-expression is non-dependent but not by Douglas Gregor · 15 years ago
  6. d4598a2 When instantiating a function template specialization following by Douglas Gregor · 15 years ago
  7. 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 15 years ago
  8. 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 15 years ago
  9. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
  10. 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 15 years ago
  11. f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 15 years ago
  12. 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 15 years ago
  13. c70e93c Tweak test case slightly by Douglas Gregor · 15 years ago
  14. 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 15 years ago
  15. d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 15 years ago
  16. 20b3c9d Strip cv-qualifiers when building C++ constructor and destructor names. by Douglas Gregor · 15 years ago
  17. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  18. 3fb53bd Reword the note we emit when suppressing template instantiation contexts, per John's advice by Douglas Gregor · 15 years ago
  19. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 15 years ago
  20. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
  21. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
  22. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 15 years ago
  23. f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 15 years ago
  24. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 15 years ago
  25. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 15 years ago
  26. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 15 years ago
  27. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 15 years ago
  28. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  29. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  30. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  31. c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 15 years ago
  32. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
  33. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 15 years ago
  34. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 15 years ago
  35. 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 · 15 years ago
  36. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
  37. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
  38. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
  39. a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 15 years ago
  40. 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 15 years ago
  41. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 15 years ago
  42. 2243288 Properly account for redeclarations when explicitly instantiating class templates. by John McCall · 15 years ago
  43. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
  44. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
  45. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
  46. 479be1a Add another test for weird substitutions into function types during template argument deduction by Douglas Gregor · 15 years ago
  47. 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 15 years ago
  48. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 15 years ago
  49. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 15 years ago
  50. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 15 years ago
  51. 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 15 years ago
  52. 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 15 years ago
  53. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 15 years ago
  54. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
  55. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  56. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  57. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
  58. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  59. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
  60. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  61. a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 15 years ago
  62. 7b9a5aa During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 15 years ago
  63. 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
  64. 91be6f5 Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We by Douglas Gregor · 15 years ago
  65. bbbd54e Add test case from PR5812, which works now. by Douglas Gregor · 15 years ago
  66. 632c9d2 avoid issues with the new scope protector. Previously we'd error by Chris Lattner · 15 years ago
  67. 449d0a8 When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449 by Douglas Gregor · 15 years ago
  68. 96084f1 When instantiating a function-scoped enum, make sure that it and its by Douglas Gregor · 15 years ago
  69. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
  70. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
  71. 5fe8c04 Skip dependent virtual base classes; fixes PR6413. by Douglas Gregor · 15 years ago
  72. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
  73. 1af7451 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 15 years ago
  74. c845aad When we decide to re-use an existing CXXConstructExpr node, make sure by Douglas Gregor · 15 years ago
  75. a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 15 years ago
  76. 2fa9800 Do not try to instantiate invalid declarations. It's a recipe for by Douglas Gregor · 15 years ago
  77. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  78. 17e0f40 Fix instantiation of template functions with local classes that contain virtual by Chandler Carruth · 15 years ago
  79. 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
  80. ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 15 years ago
  81. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 16 years ago
  82. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 16 years ago
  83. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 16 years ago
  84. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 16 years ago
  85. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 16 years ago
  86. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 16 years ago
  87. 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 16 years ago
  88. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 16 years ago
  89. 67fa05b A dependent initializer with zero arguments should return a NULL by Douglas Gregor · 16 years ago
  90. 525f96c Default function arguments for function template specializations by Douglas Gregor · 16 years ago
  91. dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 16 years ago
  92. a4e8c2a When determining whether a scope specifier is complete, consider a by Douglas Gregor · 16 years ago
  93. 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 16 years ago
  94. 0b6bc8b When a function or variable somehow depends on a type or declaration by Douglas Gregor · 16 years ago
  95. 342fec4 Note that an overload candidate was non-viable because template argument by John McCall · 16 years ago
  96. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 16 years ago
  97. 86b8e09 When naming a function template via a qualified-id (or any other way by Douglas Gregor · 16 years ago
  98. b2e90ac Land test case. by Anders Carlsson · 16 years ago
  99. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 16 years ago
  100. 0707bc5 Teach Sema::ActOnDependentTemplateName that a dependent template name by Douglas Gregor · 16 years ago