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
9decbfee32cd1ff8538cbb97e1ec4d7ee7cb577e
clang-p2996
/
libcxx
/
test
/
std
/
strings
History
Billy Robert O'Neal III
49ee2a0f28
Resolve unused local typedef warning in test.
...
llvm-svn: 300937
2017-04-21 01:10:04 +00:00
..
basic.string
Resolve unused local typedef warning in test.
2017-04-21 01:10:04 +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
…
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
…