[clang] Thread Safety Analysis: Very basic capability alias-analysis (PR #142955)

Marco Elver via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 4 03:38:24 PDT 2025


melver wrote:

Some more self-review, and fixes:

- Rename createVariable() -> translateVarDecl() for clarify.
- Reintroduce createThisPlaceholder() for clarify.
- Handle escaping aliases through pass by-non-const-ref (or pointer), and add more tests.

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


More information about the cfe-commits mailing list