[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

Douglas Gregor dgregor at apple.com
Wed Feb 11 08:18:31 PST 2009


On Feb 10, 2009, at 6:08 PM, Mike Stump wrote:

> 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’

Done, thanks.

	- Doug




More information about the cfe-commits mailing list