[PATCH] D62883: [analyzer] Track conditions of terminator statements on which the reported node depends on
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 08:46:10 PDT 2019
Szelethus marked 6 inline comments as done.
Szelethus added inline comments.
================
Comment at: clang/test/Analysis/track-control-dependency-conditions.cpp:34
+
+ foo(); // TODO: Add nodes here about flag's value being invalidated.
+ if (flag) // expected-note {{Taking false branch}}
----------------
NoQ wrote:
> Why?
I'll remove it in the next diff *pinky swear*.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62883/new/
https://reviews.llvm.org/D62883
More information about the cfe-commits
mailing list