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

Serge Pavlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED

--- Comment #1 from Serge Pavlov <[email protected]> ---
Current version of clang (r309136) does not crash:

16895.cpp:1:19: error: must use a qualified name when declaring a conversion
operator as a friend
struct S { friend operator int(){} };
                  ^
1 error generated.

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

Reply via email to