firolino added a comment.

In https://reviews.llvm.org/D27621#620464, @rsmith wrote:

> Please add a test to make sure this does not fire on C++17 decomposition 
> declarations:
>
>   void f() {
>     struct X { int a, b, c; };
>     auto [a, b, c] = X();
>   }


Done. Thanks!


https://reviews.llvm.org/D27621



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to