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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to