[llvm-bugs] [Bug 18117] -Wmissing-braces warning when initializing an array using a parameter pack
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 22 13:29:54 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=18117
Mateusz Zych <mte.zych at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
CC| |mte.zych at gmail.com
--- Comment #4 from Mateusz Zych <mte.zych at gmail.com> ---
Hello!
This issue has been fixed in Clang 6.0.0:
- https://godbolt.org/z/fb6qf71za
- https://godbolt.org/z/vzfv1PToM
by Richard Smith in the following commit:
- Suppress -Wmissing-braces warning when aggregate-initializing a struct
with a single field that is itself an aggregate.
~
https://github.com/llvm/llvm-project/commit/283e2076f6a6f23629475a25c64173843e72cf61
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211022/346f6999/attachment.html>
More information about the llvm-bugs
mailing list