This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ca22d427b94de946d4ef32b8acbdfb7e62e7cfa4
clang-p2996
/
libcxx
/
test
/
std
/
strings
History
Stephan T. Lavavej
ad9545eb30
[libcxx] [test] Fix whitespace, NFC.
...
test/std almost always uses spaces; now it is entirely tab-free. llvm-svn: 329978
2018-04-12 23:56:22 +00:00
..
basic.string
Implement LWG3034: P0767R1 breaks previously-standard-layout types
2018-03-21 00:36:05 +00:00
basic.string.hash
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as
https://reviews.llvm.org/D31234
2017-03-23 02:40:28 +00:00
basic.string.literals
…
c.strings
Move more _LIBCPP_VERSION tests to test/libcxx.
2016-06-22 02:07:26 +00:00
char.traits
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
string.classes
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
2017-02-05 22:47:54 +00:00
string.conversions
Add markup for libc++ dylib availability
2017-05-04 17:08:54 +00:00
string.view
[libcxx] [test] Fix whitespace, NFC.
2018-04-12 23:56:22 +00:00
strings.general
…