Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[thread-safety][c++] Do not record accesses to static locals
Summary: The clang frontend translates static locals incorrectly, in the sense that the initializer is executed many times instead of once. This leads to false alarms in the concurrency analysis. This diff suppresses these by ignoring accesses to static locals. Reviewed By: sblackshear Differential Revision: D6182644 fbshipit-source-id: d8ca4c0
- Loading branch information