[llvm-bugs] [Bug 39017] -Wreturn-stack-address false negative when address is stored in a local variable

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 20 11:31:34 PDT 2018


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

David Blaikie <dblaikie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
                 CC|                            |dblaikie at gmail.com

--- Comment #1 from David Blaikie <dblaikie at gmail.com> ---
Somewhere between "won't fix", "invalid", and "by design"

Clang compiler warnings can't efficiently do value propagation like this in
warnings - it's too expensive, in general, for compile time.

-- 
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/20180920/7ed3fbb0/attachment.html>


More information about the llvm-bugs mailing list