[llvm-bugs] [Bug 34779] Assertion failure in CStringChecker::CheckLocation

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 5 11:08:16 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=34779

Artem Dergachev <noqnoqneo at gmail.com> changed:

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

--- Comment #11 from Artem Dergachev <noqnoqneo at gmail.com> ---
Aha, interesting, so it was merely a wrapper, and we didn't need to actually
add support for it - we merely needed to ensure that no such support is
assumed, and it'd have been inlined as a normal function call.

The current support isn't wrong though, so i guess i'd leave it as is for now.

-- 
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/20180205/38bc34d0/attachment.html>


More information about the llvm-bugs mailing list