1. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 15 years ago
  2. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
  3. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  4. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  5. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
  6. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  7. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
  8. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  9. a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 15 years ago
  10. 7b9a5aa During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 15 years ago
  11. 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
  12. 91be6f5 Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We by Douglas Gregor · 15 years ago
  13. bbbd54e Add test case from PR5812, which works now. by Douglas Gregor · 15 years ago
  14. 632c9d2 avoid issues with the new scope protector. Previously we'd error by Chris Lattner · 15 years ago
  15. 449d0a8 When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449 by Douglas Gregor · 15 years ago
  16. 96084f1 When instantiating a function-scoped enum, make sure that it and its by Douglas Gregor · 15 years ago
  17. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
  18. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
  19. 5fe8c04 Skip dependent virtual base classes; fixes PR6413. by Douglas Gregor · 15 years ago
  20. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
  21. 1af7451 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 15 years ago
  22. c845aad When we decide to re-use an existing CXXConstructExpr node, make sure by Douglas Gregor · 15 years ago
  23. a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 15 years ago
  24. 2fa9800 Do not try to instantiate invalid declarations. It's a recipe for by Douglas Gregor · 15 years ago
  25. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  26. 17e0f40 Fix instantiation of template functions with local classes that contain virtual by Chandler Carruth · 15 years ago
  27. 291b441 Skip implicit instantiation of templated variables where a more recent by Chandler Carruth · 15 years ago
  28. ae62889 Fix a fiendinshly fun little type-canonicalization bug, where we were by Douglas Gregor · 15 years ago
  29. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  30. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
  31. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
  32. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 15 years ago
  33. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 15 years ago
  34. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 15 years ago
  35. 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 15 years ago
  36. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 15 years ago
  37. 67fa05b A dependent initializer with zero arguments should return a NULL by Douglas Gregor · 15 years ago
  38. 525f96c Default function arguments for function template specializations by Douglas Gregor · 15 years ago
  39. dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 15 years ago
  40. a4e8c2a When determining whether a scope specifier is complete, consider a by Douglas Gregor · 15 years ago
  41. 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 15 years ago
  42. 0b6bc8b When a function or variable somehow depends on a type or declaration by Douglas Gregor · 15 years ago
  43. 342fec4 Note that an overload candidate was non-viable because template argument by John McCall · 15 years ago
  44. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  45. 86b8e09 When naming a function template via a qualified-id (or any other way by Douglas Gregor · 15 years ago
  46. b2e90ac Land test case. by Anders Carlsson · 15 years ago
  47. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 15 years ago
  48. 0707bc5 Teach Sema::ActOnDependentTemplateName that a dependent template name by Douglas Gregor · 15 years ago
  49. e8aba3d Another test case for PR6062 by Douglas Gregor · 15 years ago
  50. 7a886e1 In a mem-initializer, a nested-name-specifier followed by an by Douglas Gregor · 15 years ago
  51. 60406be Introduce a second queue of "local" pending implicit instantiation, by Douglas Gregor · 15 years ago
  52. 26997fd While determining when to parse inline member functions of a class, by Douglas Gregor · 15 years ago
  53. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  54. 5d52e47 Partial fix for PR6022, where we were complaining when a friend by Douglas Gregor · 15 years ago
  55. 501edb6 When determining whether a DeclRefExpr is value-dependent when it by Douglas Gregor · 15 years ago
  56. 1cfb7da When determining whether the type is the current instantiation, strip by Douglas Gregor · 15 years ago
  57. c2233c5 Don't repeat lookup when instantiating resolved member expressions. by John McCall · 15 years ago
  58. 7d3f576 When performing qualified name lookup into the current instantiation, by Douglas Gregor · 15 years ago
  59. c781f9c After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 15 years ago
  60. 9edad9b When qualified lookup into the current instantiation fails (because it by Douglas Gregor · 15 years ago
  61. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  62. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  63. cb329c5 use DiagRuntimeBehavior to silence the div/rem by zero warning when by Chris Lattner · 15 years ago
  64. 84d0a19 Improve recovery for template-ids whose template-name doesn't actually by Douglas Gregor · 15 years ago
  65. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  66. d9b600c Parse dependent template-ids in base clauses and member by Douglas Gregor · 15 years ago
  67. 2e93388 When determining whether a given name is a template in a dependent by Douglas Gregor · 15 years ago
  68. 277d280 When performing name lookup into a scope, check that its entity is by Douglas Gregor · 15 years ago
  69. 1eb3e10 Improve the lead diagnostic for C++ object subscript expressions with by John McCall · 15 years ago
  70. 4b0f21c Fix marking of virtual members for nested classes whose first non-pure virtual function has a body inlined in the class by Douglas Gregor · 15 years ago
  71. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  72. 159ef1e Make our marking of virtual members functions in a class be by Douglas Gregor · 15 years ago
  73. e724246 More fixes to the handling of CVR-comparisons on array types. Adds a method to by Chandler Carruth · 15 years ago
  74. 4df6ec1 Test for PR5908. by Eli Friedman · 15 years ago
  75. 8aa5f40 Add test case for PR5868, and improve location information slightly for implicit "this" expressions by Douglas Gregor · 15 years ago
  76. 036aed1 When we see a CXXDefaultArgExpr during template instantiation, rebuild by Douglas Gregor · 15 years ago
  77. 765ccba Diagnose the use of incomplete types in C++ typeid expressions by Douglas Gregor · 15 years ago
  78. 29f89f6 Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit more by Eli Friedman · 15 years ago
  79. 65222e8 When using a default function argument for a function template (or by Douglas Gregor · 15 years ago
  80. 323c310 Add using shadow decls to the "instantiated locals" map, fixing PR5847. by John McCall · 15 years ago
  81. 5b5ad84 When transforming a C++ "new" expression that was not explicitly given by Douglas Gregor · 15 years ago
  82. aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
  83. 1f24032 When we simply return a retained member expression when instantiating, we must also mark the member decl as referenced. by Anders Carlsson · 15 years ago
  84. 4a2c19b Switch default arguments over to InitializationSequence. by Eli Friedman · 15 years ago
  85. a91eb54 Switch file-scope assignment initialization over to InitializationSequence. by Eli Friedman · 15 years ago
  86. dd4e485 Make sure we instantiate the destructor for variables initialized by assignment. by Eli Friedman · 15 years ago
  87. 745880f Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one by Douglas Gregor · 15 years ago
  88. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  89. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  90. 410a3f3 Unresolved implicit member accesses are dependent if the object type is dependent. by John McCall · 15 years ago
  91. ae03cb5 Teach TryAnnotateTypeOrScopeToken to deal with already-annotated by John McCall · 15 years ago
  92. 65c4946 Set up the semantic context correctly when declaring a friend class template. by John McCall · 15 years ago
  93. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  94. 52bb5d2 In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an InitializationSequence by Douglas Gregor · 15 years ago
  95. 3b4294e Shift things around so that it's easier to recover from a missing by John McCall · 15 years ago
  96. 578b69b Introduce a centralized routine in Sema for diagnosing failed lookups (when by John McCall · 15 years ago
  97. 99a2e60 Switch the C++ new expression over to InitializationSequence, rather by Douglas Gregor · 15 years ago
  98. 6c1c1b8 Link up member-class redeclarations during template instantiation. by John McCall · 15 years ago
  99. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  100. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago