This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-03 07:26:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
thread
/
thread.threads
/
thread.thread.class
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
..
thread.thread.algorithm
…
thread.thread.assign
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
2017-03-03 03:43:25 +00:00
thread.thread.constr
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
2017-03-03 03:43:25 +00:00
thread.thread.destr
[libcxx] Add Atomic test helper and fix TSAN failures.
2015-08-18 23:29:59 +00:00
thread.thread.id
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
thread.thread.member
Fix unused parameters and variables
2016-12-23 23:37:52 +00:00
thread.thread.static
…