[compiler-rt] r211008 - [asan] initialze varaibles to avoid a (false positive) report from gcc's -Wmaybe-uninitialized

Chandler Carruth chandlerc at google.com
Mon Jun 16 02:24:35 PDT 2014


On Mon, Jun 16, 2014 at 9:32 AM, Kostya Serebryany <kcc at google.com> wrote:

> Author: kcc
> Date: Mon Jun 16 03:32:02 2014
> New Revision: 211008
>
> URL: http://llvm.org/viewvc/llvm-project?rev=211008&view=rev
> Log:
> [asan] initialze varaibles to avoid a (false positive) report from gcc's
> -Wmaybe-uninitialized
>

Rather than this, please just disable the warning. When we do this, we lose
the ability to use other tools to find *actual* uninitialized memory.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140616/4827480a/attachment.html>


More information about the llvm-commits mailing list