[LLVMbugs] [Bug 18709] -Wconditional-uninitialized false positive

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 3 12:13:26 PST 2014


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |WONTFIX

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
-Wconditional-uninitialized has false positives (that's the point -- the
warnings which we can *prove* are problems are under -Wuninitialized instead).
Don't use it if you don't want false positives.

-- 
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/20140203/8f356dcc/attachment.html>


More information about the llvm-bugs mailing list