[LLVMbugs] [Bug 22450] clang Parser assertion failure due to typo of sizeof keyword
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 3 17:08:53 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22450
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |david.majnemer at gmail.com
Resolution|--- |INVALID
--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
Please try with trunk, this doesn't reproduce for me with clang version 3.7.0
(trunk 228066) (llvm/trunk 228068)
foo.cpp:2:15: error: use of undeclared identifier 'sizeo'; did you mean
'sizeof'?
return test(sizeo);
^~~~~
sizeof
foo.cpp:2:20: error: expected expression
return test(sizeo);
--
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/20150204/d294b850/attachment.html>
More information about the llvm-bugs
mailing list