[PATCH] D57890: [analyzer] Fix in self assignment checker
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 11 14:04:42 PST 2019
NoQ added a comment.
Sounds reasonable, but it also sounds like something that should be reproducible on the upstream clang. Do you have a code snippet that causes the problematic AST to appear? Even if we don't have the false positive up here in upstream, Is it something we can test via `-analyzer-display-progress | FileCheck` or with the help of the analysis order checker or something like that?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57890/new/
https://reviews.llvm.org/D57890
More information about the cfe-commits
mailing list