[llvm-bugs] [Bug 21819] [fuzz] Assertion `is<T>() && "Invalid accessor called"' failed.

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 21 15:19:23 PDT 2016


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |FIXED

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
Fixed:
$ clang -cc1 t.cpp -std=c++11
t.cpp:1:7: error: expected identifier
struct::{} C
      ^
t.cpp:1:13: error: expected ';' after top level declarator
struct::{} C
            ^
            ;
2 errors 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/a7c7abb3/attachment.html>


More information about the llvm-bugs mailing list