[clang] Thread safety analysis: Fix substitution for operator calls (PR #116487)

2024-12-14 Thread Aaron Puchert via cfe-commits
https://github.com/aaronpuchert closed https://github.com/llvm/llvm-project/pull/116487 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Thread safety analysis: Fix substitution for operator calls (PR #116487)

2024-11-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-analysis @llvm/pr-subscribers-clang Author: Aaron Puchert (aaronpuchert) Changes For operator calls that go to methods we need to substitute the first parameter for "this" and the following parameters into the function parameters, instead of subs

[clang] Thread safety analysis: Fix substitution for operator calls (PR #116487)

2024-11-16 Thread Aaron Puchert via cfe-commits
https://github.com/aaronpuchert created https://github.com/llvm/llvm-project/pull/116487 For operator calls that go to methods we need to substitute the first parameter for "this" and the following parameters into the function parameters, instead of substituting all of them into the parameters