[LLVMbugs] [Bug 18362] clang++ segfaults when parsing c++11 syntax

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 3 00:01:56 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18362

jonathan.sauer at gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jonathan.sauer at gmx.de
         Resolution|---                         |WORKSFORME

--- Comment #3 from jonathan.sauer at gmx.de ---
With clang r198208 (3.5, trunk) on Mac OS X I get:

% ~/LLVM/build/Release+Asserts/bin/clang++ -c -std=c++11 clang.cpp
clang.cpp:2:8: error: overloaded 'operator=' must be a binary operator (has 1
parameter)
  fun &operator=() = delete;
       ^
1 error generated.


So I guess this was fixed in the meantime.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140103/4718b68b/attachment.html>


More information about the llvm-bugs mailing list