Summary: The concurrency analyzer often does not understand object lifetimes well enough to realize that destructors are usually not called in parallel with any other methods. This leads to false alarms. This diff suppresses these by simply skipping destructors in the concurrency analysis. Reviewed By: sblackshear Differential Revision: D6182646 fbshipit-source-id: e9d1cacmaster
parent
c2a67bb300
commit
bb0a42d25d
Loading…
Reference in new issue