Threading: Protect CheckManager with mutex
ClosedPublic

Authored by kfunk on Aug 3 2017, 11:13 AM.

Details

Reviewers
smartins
Summary

Needed in case Clazy is used as a plugin inside libclang. There, we
might have multiple threads accessing CheckManager concurrently.

Diff Detail

Repository
R74 Clazy
Branch
checkmanager-make-reentrant
Lint
No Linters Available
Unit
No Unit Test Coverage
kfunk created this revision.Aug 3 2017, 11:13 AM
smartins accepted this revision.Aug 9 2017, 3:26 PM
This revision is now accepted and ready to land.Aug 9 2017, 3:26 PM