[PATCH] D147673: [Clang] Improve designated inits diagnostic location
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 6 19:20:16 PDT 2023
rsmith added inline comments.
================
Comment at: clang/test/SemaCXX/cxx2b-designated-initializers.cpp:13
+ const S result { // expected-error {{field designator (null) does not refer to any field in type 'const S'}}
+ .a = x
+ };
----------------
Why are we rejecting this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147673/new/
https://reviews.llvm.org/D147673
More information about the cfe-commits
mailing list