[LLVMbugs] [Bug 21669] undeclared identifier used in atomic_load crashes clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 25 15:04:25 PST 2014


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

Kaelyn Takata <rikka at google.com> changed:

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

--- Comment #2 from Kaelyn Takata <rikka at google.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141125/813aa5ea/attachment.html>


More information about the llvm-bugs mailing list