[PATCH] D114848: [Analysis] Ignore casts and unary ops for uninitialized values
Bill Wendling via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 1 11:06:33 PST 2021
void added inline comments.
================
Comment at: clang/lib/Analysis/UninitializedValues.cpp:594
// If the predecessor's terminator is an "asm goto" that initializes
- // the variable, then it won't be counted as "initialized" on the
- // non-fallthrough paths.
+ // the variable, then it's don't count it as "initialized" on the
+ // indirect paths.
----------------
nathanchance wrote:
> Should "it's don't count" be "don't count"?
You does not like mine English? :-P
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114848/new/
https://reviews.llvm.org/D114848
More information about the cfe-commits
mailing list