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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Richard Smith <richard-l...@metafoo.co.uk> ---
This bug goes all the way back to C++11; we incorrectly reject this too:

struct attrs {
  [[noreturn]] friend void deleted_with_attrs() = delete;
};

Fixed for Clang 10 in llvmorg-10.0.0-rc1-4-g0ce7ea7c6e0
Fixed for Clang 11 in llvmorg-11-init-1645-g5ae6554a1dc

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

Reply via email to