[PATCH] D59754: [Sema] Add c++2a designated initializer warnings
Don Hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 14 11:21:13 PDT 2019
hintonda added a comment.
In D59754#1543949 <https://reviews.llvm.org/D59754#1543949>, @sokolovd wrote:
> This looks like exactly what we need for my project. We're using Clang and Designated Initializers but would like to make sure that we use those in C++20 compatible manner. Is this blocked on something? Any way I can help?
The basic logic is here modulo @rsmith's comments. I just haven't had time to address them, and unfortunately, it might be another few weeks before I can get back to it.
If you'd like to work on it and finish it up, that would be great.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59754/new/
https://reviews.llvm.org/D59754
More information about the cfe-commits
mailing list