Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR38141: check whether noexcept-specifications are equivalent in redeclarations | Richard Smith | 2018-07-12 | 1 | -0/+10 |
* | Promote a warning on ill-formed code (redeclaration missing an exception | Richard Smith | 2015-09-30 | 1 | -2/+2 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Fix test case. | Sebastian Redl | 2011-03-15 | 1 | -4/+5 |
* | More robust check for the special C++0x operator new workaround. | Sebastian Redl | 2011-03-15 | 1 | -2/+2 |
* | Implement a hack to work around the changing exception specification of opera... | Sebastian Redl | 2011-03-15 | 1 | -0/+11 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -0/+94 |