[LLVMbugs] [Bug 21818] [fuzz] Assertion `Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 9 07:28:40 PDT 2015


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

Aaron Ballman <aaron at aaronballman.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aaron at aaronballman.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Aaron Ballman <aaron at aaronballman.com> ---
This test no longer reproduces for me on ToT:

E:\llvm\2013>clang -fno-crash-diagnostics -std=c++11 -xc++ -c -emit-llvm
"E:\Aaron Ballman\Desktop\test.cpp"
E:\Aaron Ballman\Desktop\test.cpp:1:1: error: C++ requires a type specifier for
all declarations
a {
^
E:\Aaron Ballman\Desktop\test.cpp:1:4: error: expected expression
a {
   ^
E:\Aaron Ballman\Desktop\test.cpp:1:4: error: expected '}'
E:\Aaron Ballman\Desktop\test.cpp:1:3: note: to match this '{'
a {
  ^
E:\Aaron Ballman\Desktop\test.cpp:1:4: error: expected ';' after top level
      declarator
a {
   ^
   ;
4 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/20150409/c060d8e1/attachment.html>


More information about the llvm-bugs mailing list