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: d8ca4c0master
parent
149deb97ed
commit
c2a67bb300
Loading…
Reference in new issue