summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/depr/exception.unexpected
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx] Remove unexpected handlers in C++17Eric Fiselier2017-02-174-0/+8
| | | | | | | | | | | | | | | | | | | Summary: This patch implements [P0003R5](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0003r5.html) which removes exception specifications from C++17. The only changes to the library are removing `set_unexpected`, `get_unexpected`, `unexpected`, and `unexpected_handler`. These functions can be re-enabled in C++17 using `_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS`. @mclow.lists what do you think about removing stuff is this way? Reviewers: mclow.lists Reviewed By: mclow.lists Subscribers: mclow.lists, cfe-commits Differential Revision: https://reviews.llvm.org/D28172 llvm-svn: 295406
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
| | | | llvm-svn: 271435
* Cleanup warnings in test/std/deprEric Fiselier2015-07-181-0/+1
| | | | llvm-svn: 242627
* Move test into test/std subdirectory.Eric Fiselier2014-12-205-0/+131
llvm-svn: 224658
OpenPOWER on IntegriCloud