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/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor
Stephan T. Lavavej 5d91f314f1 [libcxx] [test] Change comments to say C++ instead of c++. NFC.
This makes them consistent (many comments already used uppercase).

The special REQUIRES, UNSUPPORTED, and XFAIL comments are excluded from this change.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309468 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
auto_pointer.pass.cpp Rewrite and cleanup unique_ptr tests. 9 years ago
default.pass.cpp [test] Silence unused parameter/typedef warnings 9 years ago
move.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 9 years ago
move_convert.pass.cpp Fix passing incorrectly value-category when constructing unique_ptr's deleter 9 years ago
move_convert.runtime.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 9 years ago
move_convert.single.pass.cpp [libcxx] [test] Change comments to say C++ instead of c++. NFC. 8 years ago
null.pass.cpp Rewrite and cleanup unique_ptr tests. 9 years ago
nullptr.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 9 years ago
pointer.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 9 years ago
pointer_deleter.fail.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 9 years ago
pointer_deleter.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 9 years ago