[PATCH] D154696: [Clang] Diagnose jumps into statement expressions
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 11:56:57 PDT 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM though there might be a minor typo with a test comment.
================
Comment at: clang/test/Sema/asm-goto.cpp:56
+ // expected-note at +1 {{jump enters a statement expression}}
+ return ({int a[n];label_true: 2;}); // expectednote
// expected-note at +1 {{jump bypasses initialization of variable length array}}
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154696/new/
https://reviews.llvm.org/D154696
More information about the cfe-commits
mailing list