Hacker News new | ask | show | jobs
by kragen 1495 days ago
And vice versa; Frama-C doesn't attempt to prove the absence of data races, last I checked.
1 comments

In fact there exists a plugin that can do that but it is currently not free:

https://frama-c.com/fc-plugins/mthread.html

(And by the way since it is not done by typing it is hard to use on legacy code)