summaryrefslogtreecommitdiffstats
path: root/test/CXX/except
Commit message (Expand)AuthorAgeFilesLines
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-7/+7
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-7/+7
* Apparently the {{$}} hack doesn't work on Windows; I am saddened but notJohn McCall2010-07-081-2/+5
* Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall2010-07-081-17/+19
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-9/+12
* Provide exception specifications for implicitly-declared default constructors.Douglas Gregor2010-07-011-0/+26
* Provide exception specifications for implicitly-declared copy constructors.Douglas Gregor2010-07-011-0/+44
* Provide an exception-specification for an implicitly-declaredDouglas Gregor2010-07-011-0/+17
* Add Sema test case for exception-specifiers implicitly added to destructors.Douglas Gregor2010-07-011-0/+12
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* When declaring a catch block in C++, make sure that the type beingDouglas Gregor2010-03-051-0/+40