[PATCH] D88088: WIP [clang] improve accuracy of ExprMutAnalyzer
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 24 01:30:03 PDT 2020
JonasToth updated this revision to Diff 293967.
JonasToth added a comment.
- improve the expression matcher, to catch the expression in general ternary-operator cases, too
- considered unresolved operator calls to be a modification
- fix method calls with templates in some instances
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88088/new/
https://reviews.llvm.org/D88088
Files:
clang/lib/Analysis/ExprMutationAnalyzer.cpp
clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88088.293967.patch
Type: text/x-patch
Size: 33643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200924/e5e2aed5/attachment-0001.bin>
More information about the cfe-commits
mailing list