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

Kaelyn Takata <[email protected]> changed:

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

--- Comment #2 from Kaelyn Takata <[email protected]> ---
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to