[PATCH] D32106: [libcxx][test] Expand LWG2857 coverage

2017-04-21 Thread Casey Carter via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL301055: Expand test coverage for LWG2857 (authored by CaseyCarter). Changed prior to commit: https://reviews.llvm.org/D32106?vs=95368=96260#toc Repository: rL LLVM https://reviews.llvm.org/D32106

[PATCH] D32106: [libcxx][test] Expand LWG2857 coverage

2017-04-14 Thread Casey Carter via Phabricator via cfe-commits
CaseyCarter created this revision. - Cover `optional`'s emplace-from-`initializer_list` overload - Verify that `any::emplace` and `optional::emplace` return a reference to the correct type even for throwing cases https://reviews.llvm.org/D32106 Files: