[PATCH] D116059: [Clang][CFG] check children statements of asm goto
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 6 11:44:43 PST 2022
efriedma added a comment.
Do we have testcases for how -Wuninitialized/-Wmaybe-uninitialized interact with asm goto? If not, can you add them?
Also, an explicit test for -Warray-bounds or whatever would be nice, although I guess the CFG tests sort of cover that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116059/new/
https://reviews.llvm.org/D116059
More information about the cfe-commits
mailing list