[PATCH] D88088: WIP [clang] improve accuracy of ExprMutAnalyzer

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 14:32:06 PDT 2020


JonasToth updated this revision to Diff 296546.
JonasToth added a comment.
Herald added a subscriber: steakhal.

- document sections in the testcases, hopefully little more structure for comprehension
- fix derived-to-base-cast OUTSIDE of an conditional operator
- improve type-dependent callexpr, too
- better canResolveToExpr matcher code
- adjust matcher for comma


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.296546.patch
Type: text/x-patch
Size: 41736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201006/33978dea/attachment-0001.bin>


More information about the cfe-commits mailing list