[cfe-commits] r63315 - in /cfe/trunk: include/clang/AST/Expr.h lib/AST/Expr.cpp lib/CodeGen/CGExprAgg.cpp lib/CodeGen/CGExprConstant.cpp lib/Sema/SemaInit.cpp
Mike Stump
mrs at apple.com
Tue Feb 10 18:08:33 PST 2009
On Jan 29, 2009, at 8:53 AM, Douglas Gregor wrote:
> Author: dgregor
> Date: Thu Jan 29 10:53:55 2009
> New Revision: 63315
>
> URL: http://llvm.org/viewvc/llvm-project?rev=63315&view=rev
> Log:
> Clean up designated initialization of unions, so that CodeGen doesn't
> have to try to guess which member is being initialized.
Can we move RD down inside the #ifndef?
tools/clang/lib/CodeGen/CGExprConstant.cpp:241: warning: unused
variable ‘RD’
More information about the cfe-commits
mailing list