[PATCH] D69876: Allow output constraints on "asm goto"
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 16:56:25 PST 2019
rnk added a subscriber: rsmith.
rnk added a comment.
Changes seem fine to me, FWIW.
+ at rsmith
================
Comment at: clang/test/Analysis/uninit-asm-goto.cpp:10
+ return -1;
+}
----------------
This could use a test for the case where an input is uninitialized, and where an uninitialized value is used along the error path.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69876/new/
https://reviews.llvm.org/D69876
More information about the cfe-commits
mailing list