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.
libcxx/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
7 years ago
..
auto_pointer.pass.cpp Rewrite and cleanup unique_ptr tests. 8 years ago
default.pass.cpp [test] Silence unused parameter/typedef warnings 8 years ago
move.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago
move_convert.pass.cpp Fix passing incorrectly value-category when constructing unique_ptr's deleter 8 years ago
move_convert.runtime.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago
move_convert.single.pass.cpp [libcxx] [test] Change comments to say C++ instead of c++. NFC. 7 years ago
null.pass.cpp Rewrite and cleanup unique_ptr tests. 8 years ago
nullptr.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago
pointer.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago
pointer_deleter.fail.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago
pointer_deleter.pass.cpp Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago