Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a corner case that involved calling rethrow_if_nested with a type that ha... | Marshall Clow | 2015-12-14 | 1 | -1/+9 |
* | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 11 | -0/+11 |
* | Fix a handful of tests that fail in C++03 | Eric Fiselier | 2015-07-28 | 1 | -1/+1 |
* | Fix warnings in test/std/language.support | Eric Fiselier | 2015-07-18 | 1 | -0/+4 |
* | Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe... | Marshall Clow | 2015-06-02 | 1 | -0/+45 |
* | Fix a problem when calling throw_with_nested with a class marked 'final'. Tha... | Marshall Clow | 2015-03-16 | 1 | -0/+16 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 19 | -0/+1064 |