1. f6a144f Implement DR136 by David Majnemer · 11 years ago
  2. ba5da6e Missing test update from r184884. by Richard Smith · 11 years ago
  3. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  4. f9b4fea Fix regression from r184810. by Eli Friedman · 11 years ago
  5. 72aa4c4 Fix noexcept for delete expressions. by Eli Friedman · 11 years ago
  6. bace10c Change mangling of objects inside block literals. by Eli Friedman · 11 years ago
  7. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  8. 35178dc DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs by David Blaikie · 11 years ago
  9. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  10. 4447af9 Extend template instantiation bug fix (r184503) with fixit test by Larisse Voufo · 11 years ago
  11. 472e66e Add basic fixit test to template instantiation bug fix (r184503) by Larisse Voufo · 11 years ago
  12. 7c64ef0 Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) by Larisse Voufo · 11 years ago
  13. 8ff7e32 Add a couple more tests. by Eli Friedman · 11 years ago
  14. fc5335d Add a regression test for PR16370 next to the dr7 test case since they by Chandler Carruth · 11 years ago
  15. 62341d3 Temporarily revert r183462: "Implement DR7" by Chandler Carruth · 11 years ago
  16. 662f41b DR14, DR101, and part of DR1: fix handling of extern "C" declarations in by Richard Smith · 11 years ago
  17. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  18. 5c8a92e Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that by Richard Smith · 11 years ago
  19. 9109bf1 C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 11 years ago
  20. ed7dc87 Add tests for C++ DR100-150. by Richard Smith · 11 years ago
  21. 0012dd4 Add testcase for DR39 from PR5916. by Richard Smith · 11 years ago
  22. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  23. 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
  24. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  25. 6698be8 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 11 years ago
  26. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  27. 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
  28. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  29. a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
  30. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  31. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  32. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  33. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  34. c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
  35. 8a66bf7 Refactor constant expression evaluation to associate the complete object of a by Richard Smith · 11 years ago
  36. b28e88c Tests and status for DR51-99. by Richard Smith · 11 years ago
  37. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  38. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  39. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  40. 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
  41. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  42. ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 11 years ago
  43. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  44. b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 11 years ago
  45. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  46. 82f145d Don't build a call expression referring to a function which we're not allowed by Richard Smith · 11 years ago
  47. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 11 years ago
  48. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  49. 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 11 years ago
  50. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  51. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 11 years ago
  52. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  53. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  54. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  55. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 11 years ago
  56. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  57. b16ae8b Add triples to these tests since they're now using TLS, which isn't available on all targets. by Richard Smith · 11 years ago
  58. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  59. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  60. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  61. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  62. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 11 years ago
  63. 7e0c227 <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution. by Douglas Gregor · 11 years ago
  64. 3436620 Skip transparent contexts when looking for using directives in name lookup. by Douglas Gregor · 11 years ago
  65. 484f6fa <rdar://problem/13584715> Converted constant expressions are expected to have integral values. by Douglas Gregor · 11 years ago
  66. 44b2ea9 <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes. by Douglas Gregor · 11 years ago
  67. 0ab5b4c If a defaulted special member is implicitly deleted, check whether it's by Richard Smith · 11 years ago
  68. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 11 years ago
  69. 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 · 11 years ago
  70. defa32e <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. by Douglas Gregor · 11 years ago
  71. e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 11 years ago
  72. f9223aa Remove FIXMEs: these are covered by a core issue which we don't yet implement by Richard Smith · 11 years ago
  73. 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 11 years ago
  74. 6c5aaed <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence. by Douglas Gregor · 11 years ago
  75. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 11 years ago
  76. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 11 years ago
  77. d922779 PR15290: 'this' is not permitted in the declaration of a friend function, by Richard Smith · 11 years ago
  78. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 11 years ago
  79. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  80. 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 11 years ago
  81. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 11 years ago
  82. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  83. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 11 years ago
  84. 637619b Only suppress instance context if a member is actually by John McCall · 11 years ago
  85. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 11 years ago
  86. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 11 years ago
  87. 2f98ad3 Remove target-specific features. by Bill Wendling · 11 years ago
  88. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  89. ddf117e Add a test for r174980, that we used to accept by Dmitri Gribenko · 11 years ago
  90. 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 11 years ago
  91. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 11 years ago
  92. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 11 years ago
  93. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 11 years ago
  94. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 11 years ago
  95. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 11 years ago
  96. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 11 years ago
  97. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 11 years ago
  98. d9bf418 [Sema] Constrain test added in r173873 with expected-error-re by David Blaikie · 11 years ago
  99. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 11 years ago
  100. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 11 years ago