[PATCH] D124674: [analyzer] Indicate if a parent state is infeasible
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 6 05:54:08 PDT 2022
martong added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:99
+ // recognise that a parent is infeasible only *after* a new and more specific
+ // constraint and its negation is evaluated.
+ //
----------------
Yeah, thx, I've also found one more typo. That's the problem with long comments :D
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124674/new/
https://reviews.llvm.org/D124674
More information about the cfe-commits
mailing list