================ @@ -245,6 +245,10 @@ Improvements to Clang's diagnostics - The ``-Wloop-analysis`` warning has been extended to catch more cases of variable modification inside lambda expressions (#GH132038). +- Improved the diagnostic for structured binding declarations missing an + initializer to tell the user what is expected (``=``, ``(``, or a braced + initializer list). (#GH90107) ---------------- zwuis wrote:
What's the problem described in this issue? https://github.com/llvm/llvm-project/pull/181803 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
