You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/optional/optional.object
Stephan T. Lavavej 9165f9d181 [libcxx] [test] Strip trailing whitespace. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@334676 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
optional.object.assign optional: Implement LWG 2900 and P0602 8 years ago
optional.object.ctor [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
optional.object.dtor Implement N4606 optional 9 years ago
optional.object.mod [libcxx] [test] Remove a Clang/C2 workaround. 9 years ago
optional.object.observe Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 8 years ago
optional.object.swap Fix unreferenced parameters. Patch from STL@microsoft.com 9 years ago
optional_requires_destructible_object.fail.cpp Fix failing -verify tests due to change in Clangs static_assert message. 8 years ago
special_member_gen.pass.cpp optional: Implement LWG 2900 and P0602 8 years ago
types.pass.cpp Implement N4606 optional 9 years ago