https://bugs.llvm.org/show_bug.cgi?id=37352

Richard Smith <richard-l...@metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard-l...@metafoo.co.uk
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Richard Smith <richard-l...@metafoo.co.uk> ---
/Almost/ valid test-case:

struct A {
  int n;
  void f() { static auto [a] = *this; }
};

Fixed in r331692.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to