1. 5159bbad PR38627: Fix handling of exception specification adjustment for destructors. by Richard Smith · 7 years ago
  2. 560ae56 Add a note that points to the linkage specifier for the C++ linkage errors by Alex Lorenz · 9 years ago
  3. 84a0b6d DR1330: instantiate exception-specifications when "needed". We previously did by Richard Smith · 9 years ago
  4. 2a2cda5 When two function types have equivalent (but distinct) noexcept specifications, create separate type sugar nodes. This is necessary so that substitution into the exception specification will substitute into the correct expression. by Richard Smith · 9 years ago
  5. 3c4f8d2 P0012R1: Make exception specifications be part of the type system. This by Richard Smith · 9 years ago
  6. c2265be Fix crash when emitting error. by Richard Trieu · 9 years ago
  7. 3d1235a Revert r282547 and add test to show correct behavior. by Richard Trieu · 9 years ago
  8. 0013782 Fix defaulted member functions for templated classes. by Richard Trieu · 9 years ago
  9. 71a7d91 [Sema] Only define function as move assignment when needed by Erik Pilkington · 9 years ago
  10. 2ee10e6 Teach Sema::MergeFunctionDecl to properly check for an out-of-line definition of a function that is declared as =default in its class definition. by Vassil Vassilev · 9 years ago
  11. 8e1a913 Sema: Recover when a function template is in an extern "C" block by David Majnemer · 11 years ago
  12. 3901dfe PR15597: Fix a confusion between the implicit exception specification and the by Richard Smith · 13 years ago
  13. e08de37 Add the testcase from PR13573, this used to crash. by Benjamin Kramer · 13 years ago
  14. f96361e Fixes crash when illegal function definitions are deleted or defaulted. Fixes PR14577. by Aaron Ballman · 13 years ago
  15. f716bb8 PR13527: don't assert if a function is explicitly defaulted when it's already by Richard Smith · 13 years ago
  16. d3b5c908 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 13 years ago
  17. 337a5a1 Allow friend declarations of defaulted special member functions. Only by Richard Smith · 13 years ago
  18. b9e90b1 Fold the six functions checking explicitly-defaulted special member functions by Richard Smith · 13 years ago
  19. e7f5de4 Fix another issue introduced by the proposed wording for core issue 1358: since by Richard Smith · 14 years ago
  20. 9ca5c42 Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 14 years ago
  21. 8b45518 Implement some tests for defaulted constructors. To do this I had to by Alexis Hunt · 14 years ago