Invocation: clang-tidy -checks='-*,clang-analyzer-optin.mpi.MPI-Checker' -p . <file>
LLVM version: bd686ca4f7a0
Godbolt: https://godbolt.org/z/39P7W6KPa
Note that compiler-explorer does not have mpi.h, so I provided the necessary symbols myself.
This (aka. D158858) seems to be approved but still not merged. What are your plans @danix800?
I think it could land without merging D158813 first - which is mentioned as a parent patch.
I'd suggest rebasing the approved revision and merging it to close this issue.
backtrace
```text Stack dump: 0. Program arguments: clang-tidy -checks=-*,clang-analyzer-optin.mpi.MPI-Checker -p . NetworkMotifs.cpp 1.Invocation:
clang-tidy -checks='-*,clang-analyzer-optin.mpi.MPI-Checker' -p . <file>
LLVM version: bd686ca4f7a0 Godbolt: https://godbolt.org/z/39P7W6KPa Note that compiler-explorer does not have mpi.h, so I provided the necessary symbols myself.