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
08eb343cce893e2594de62f1ab976ed03536cb56
clang-p2996
/
libcxx
/
test
/
std
/
strings
History
Marshall Clow
7c803385a7
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
...
llvm-svn: 298573
2017-03-23 02:40:28 +00:00
..
basic.string
Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too
2017-03-15 18:41:11 +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
Remove trailing whitespace in test suite. Approved by Marshall Clow.
2016-06-01 21:35:39 +00:00
c.strings
Move more _LIBCPP_VERSION tests to test/libcxx.
2016-06-22 02:07:26 +00:00
char.traits
Implement P0426: Constexpr for std::char_traits
2017-01-12 04:37:14 +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 deployment knobs to tests (for Apple platforms)
2017-03-15 00:59:54 +00:00
string.view
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
strings.general
…