[cfe-commits] r147664 - in /cfe/trunk/lib: AST/Expr.cpp CodeGen/CGExprAgg.cpp CodeGen/CGExprComplex.cpp CodeGen/CGExprScalar.cpp Driver/Tools.cpp Serialization/ASTReaderDecl.cpp

Chandler Carruth chandlerc at google.com
Fri Jan 6 14:29:23 PST 2012


On Fri, Jan 6, 2012 at 9:44 AM, Jakub Staszak <kubastaszak at gmail.com> wrote:

> Author: kuba
> Date: Fri Jan  6 11:44:30 2012
> New Revision: 147664
>
> URL: http://llvm.org/viewvc/llvm-project?rev=147664&view=rev
> Log:
> Silence GCC warnings.


Also, please do not litter the codebase with initializations to appease the
broken GCC warning on possibly uninitialized variables. Valgrind will now
miss *actual* uninitialized uses. This is a very broken warning, and it can
and should be turned off or disregarded.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120106/fe5520ca/attachment.html>


More information about the cfe-commits mailing list