1. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  2. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  3. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  4. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  5. cd37a0b Fix crash-on-invalid with inheriting constructor. by Eli Friedman · 11 years ago
  6. c4ef948 Clean up diagnostics for inheriting constructors. by Eli Friedman · 11 years ago
  7. 22050f2 Reinstate r186040, with additional fixes and more test coverage (reverted in by Richard Smith · 11 years ago
  8. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  9. dc49d52 Fix to PR12262 - assertion when substituting explicit template arguments by Serge Pavlov · 11 years ago
  10. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  11. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  12. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  13. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  14. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  15. 732277a Rename test to match C++1y paragraph number per N3690, and add additional test by Richard Smith · 11 years ago
  16. c371db6 Sema: Fix a crash when main is redeclared as a function-template. by David Majnemer · 11 years ago
  17. 9e80590 Replace void with int to make this a valid C++ file. by Rafael Espindola · 11 years ago
  18. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  19. 8443188 More fixes for block mangling. by Eli Friedman · 11 years ago
  20. 1cf7c3f Don't skip lambdas when mangling local vars. by Eli Friedman · 11 years ago
  21. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  22. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  23. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  24. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  25. f6a144f Implement DR136 by David Majnemer · 11 years ago
  26. ba5da6e Missing test update from r184884. by Richard Smith · 11 years ago
  27. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  28. f9b4fea Fix regression from r184810. by Eli Friedman · 11 years ago
  29. 72aa4c4 Fix noexcept for delete expressions. by Eli Friedman · 11 years ago
  30. bace10c Change mangling of objects inside block literals. by Eli Friedman · 11 years ago
  31. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  32. 35178dc DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs by David Blaikie · 11 years ago
  33. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  34. 4447af9 Extend template instantiation bug fix (r184503) with fixit test by Larisse Voufo · 11 years ago
  35. 472e66e Add basic fixit test to template instantiation bug fix (r184503) by Larisse Voufo · 11 years ago
  36. 7c64ef0 Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) by Larisse Voufo · 11 years ago
  37. 8ff7e32 Add a couple more tests. by Eli Friedman · 11 years ago
  38. fc5335d Add a regression test for PR16370 next to the dr7 test case since they by Chandler Carruth · 11 years ago
  39. 62341d3 Temporarily revert r183462: "Implement DR7" by Chandler Carruth · 11 years ago
  40. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  41. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  42. 5c8a92e Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that by Richard Smith · 11 years ago
  43. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  44. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  45. 0012dd4 Add testcase for DR39 from PR5916. by Richard Smith · 11 years ago
  46. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  47. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  48. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  49. 6698be8 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 11 years ago
  50. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  51. 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
  52. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  53. a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
  54. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  55. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  56. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  57. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  58. c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
  59. 8a66bf7 Refactor constant expression evaluation to associate the complete object of a by Richard Smith · 11 years ago
  60. b28e88c Tests and status for DR51-99. by Richard Smith · 11 years ago
  61. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  62. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  63. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  64. a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 11 years ago
  65. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  66. ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 11 years ago
  67. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  68. b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 11 years ago
  69. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  70. 82f145d Don't build a call expression referring to a function which we're not allowed by Richard Smith · 11 years ago
  71. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 11 years ago
  72. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  73. 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 11 years ago
  74. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
  75. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 12 years ago
  76. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 12 years ago
  77. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 12 years ago
  78. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 12 years ago
  79. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 12 years ago
  80. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 12 years ago
  81. b16ae8b Add triples to these tests since they're now using TLS, which isn't available on all targets. by Richard Smith · 12 years ago
  82. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
  83. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
  84. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 12 years ago
  85. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 12 years ago
  86. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 12 years ago
  87. 7e0c227 <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution. by Douglas Gregor · 12 years ago
  88. 3436620 Skip transparent contexts when looking for using directives in name lookup. by Douglas Gregor · 12 years ago
  89. 484f6fa <rdar://problem/13584715> Converted constant expressions are expected to have integral values. by Douglas Gregor · 12 years ago
  90. 44b2ea9 <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes. by Douglas Gregor · 12 years ago
  91. 0ab5b4c If a defaulted special member is implicitly deleted, check whether it's by Richard Smith · 12 years ago
  92. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 12 years ago
  93. 6bed88e <rdar://problem/13317030> Consider using directives when performing unqualified name lookup into declarations contexts represented by the qualified-id but not in the actual scope hierarchy. by Douglas Gregor · 12 years ago
  94. defa32e <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. by Douglas Gregor · 12 years ago
  95. e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 12 years ago
  96. f9223aa Remove FIXMEs: these are covered by a core issue which we don't yet implement by Richard Smith · 12 years ago
  97. 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 12 years ago
  98. 6c5aaed <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence. by Douglas Gregor · 12 years ago
  99. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 12 years ago
  100. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago