[LLVMbugs] [Bug 23101] Clang crash with -Wdocumentation during delayed typo correction
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 1 12:47:44 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23101
Kaelyn Takata <rikka at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|unassignedclangbugs at nondot. |rikka at google.com
|org |
--- Comment #3 from Kaelyn Takata <rikka at google.com> ---
This has been fixed in r236337.
As a side note, the crash was unrelated to -Wdocumentation or the typo
within--the problem was in how the mistyped/unknown identifier "__v2di" was
being handled, and that the entire cast expression was being parsed incorrectly
as a result of the typo handling for "__v2di" in C mode.
--
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/20150501/15810464/attachment.html>
More information about the llvm-bugs
mailing list