[clang] Thread Safety Analysis: Support reentrant capabilities (PR #137133)

Marco Elver via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 25 06:18:11 PDT 2025


melver wrote:

> I think the biggest issue is that removing `const` from `FactEntry` does not work. You'll have to undo all those changes and instead create a new `FactEntry` for every lock/unlock.

Good catch, reworked this.
PTAL.

https://github.com/llvm/llvm-project/pull/137133


More information about the cfe-commits mailing list