[LLVMbugs] [Bug 22092] clang crashes on invalid code on x86_64-linux-gnu

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 7 13:20:16 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22092

Kaelyn Takata <rikka at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Kaelyn Takata <rikka at google.com> ---
This is indirectly a bug in delayed typo correction; specifically, the default
TreeTransform behavior for an OpaqueValueExpr was incorrect for the
TreeTransform used in delayed typo correction, but there hadn't been any test
cases that caused that TreeTransform to encounter an OpaqueValueExpr (and in
this case, an OpaqueValueExpr containing a TypoExpr that needed to be
resolved).

Fixed in r225389.

-- 
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/20150107/17307ca9/attachment.html>


More information about the llvm-bugs mailing list