Age | Commit message (Expand) | Author |
---|---|---|
2013-03-27 | PR15597: Fix a confusion between the implicit exception specification and the | Richard Smith |
2013-02-24 | Add the testcase from PR13573, this used to crash. | Benjamin Kramer |
2013-01-16 | Fixes crash when illegal function definitions are deleted or defaulted. Fixe... | Aaron Ballman |
2012-08-06 | PR13527: don't assert if a function is explicitly defaulted when it's already | Richard Smith |
2012-07-27 | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith |
2012-06-08 | Allow friend declarations of defaulted special member functions. Only | Richard Smith |
2012-05-15 | Fold the six functions checking explicitly-defaulted special member functions | Richard Smith |
2012-02-14 | Fix another issue introduced by the proposed wording for core issue 1358: since | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-05-17 | Implement some tests for defaulted constructors. To do this I had to | Sean Hunt |