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
cf699ad9ab458ed94de8a4e772534ff4a23c8933
clang-p2996
/
libcxx
/
test
/
std
/
strings
History
Marshall Clow
71f1ec7ea1
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
...
llvm-svn: 336880
2018-07-12 02:55:01 +00:00
..
basic.string
Implement LWG 2946, 3075 and 3076. Reviewed as
https://reviews.llvm.org/D48616
2018-07-02 18:41:15 +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
…
char.traits
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
string.classes
…
string.conversions
Add markup for libc++ dylib availability
2017-05-04 17:08:54 +00:00
string.view
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
2018-07-12 02:55:01 +00:00
strings.general
…