http://llvm.org/bugs/show_bug.cgi?id=21669
Kaelyn Takata <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Kaelyn Takata <[email protected]> --- Yes this is related to the delayed typo correction work, and affects both C++ and non-C++ code. Specifically, Sema::BuildResolvedCallExpr will "bail out early if calling a builtin with custom typechecking", skipping the normal code path wherein the TypoExpr would have been handled. Fixed in r222797. -- 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
