[PATCH] D158813: [analyzer] MPIChecker: MPI_Waitall should respect count arg
Ding Fei via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 25 09:24:03 PDT 2023
danix800 updated this revision to Diff 553514.
danix800 edited the summary of this revision.
danix800 added a comment.
1. Move out complicated computation into separate function;
2. Only check `ConreteInt` request count.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158813/new/
https://reviews.llvm.org/D158813
Files:
clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
clang/test/Analysis/mpichecker.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158813.553514.patch
Type: text/x-patch
Size: 5748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230825/3b9d0891/attachment-0001.bin>
More information about the cfe-commits
mailing list