[PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 18:44:18 PST 2017
aaron.ballman added a comment.
I feel like I must be missing something; why is this disabling rather than specifying the thread safety behavior? e.g., `__libcpp_mutex_lock()` specifying that it acquires the capability and `__libcpp_mutex_unlock()` specifying that it releases it?
https://reviews.llvm.org/D28520
More information about the cfe-commits
mailing list