[PATCH] D69876: Allow output constraints on "asm goto"

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 19:04:45 PST 2019


void marked an inline comment as done.
void added inline comments.


================
Comment at: clang/test/Analysis/uninit-asm-goto.cpp:10
+    return -1;
+}
----------------
rnk wrote:
> This could use a test for the case where an input is uninitialized, and where an uninitialized value is used along the error path.
I have a follow-up patch that I'll upload soon that warns about uninitialized variable use on the indirect paths. I wanted to separate it to keep this patch size down. If you'd prefer I can just add it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69876/new/

https://reviews.llvm.org/D69876





More information about the llvm-commits mailing list