[llvm-bugs] [Bug 21816] [fuzz] Assertion `SS.isSet() && "C++ scope was cleared ?"' failed.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 21 15:16:04 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=21816
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |rnk at google.com
Resolution|--- |FIXED
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
This appears fixed:
$ echo '::[]B::' | clang -cc1 -x c++ -
<stdin>:1:3: error: expected unqualified-id
::[]B::
^
1 error generated.
--
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/20161021/ca5a1cd1/attachment.html>
More information about the llvm-bugs
mailing list