[cfe-commits] r46480 - in /cfe/trunk: CodeGen/CGExprConstant.cpp CodeGen/CGExprScalar.cpp test/CodeGen/globalinit.c test/CodeGen/init.c

Anders Carlsson andersca at mac.com
Mon Jan 28 19:56:07 PST 2008


28 jan 2008 kl. 19.51 skrev Mike Stump:

> On Jan 28, 2008, at 5:15 PM, Anders Carlsson wrote:
>> New Revision: 46480
>
>> --- cfe/trunk/test/CodeGen/init.c (added)
>> +++ cfe/trunk/test/CodeGen/init.c Mon Jan 28 19:15:48 2008
>> @@ -0,0 +1,7 @@
>> +// RUN: clang -emit-llvm %s
>> +void f1()
>> +{
>> +	// Braces in a scalar
>> +	int a = { 1 };
>> +	int b = { 1, 2 };
>> +}
>> \ No newline at end of file
>
> Please terminate files with newlines if you can.

I fixed this in the subsequent commit. - http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080128/003958.html


Anders
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20080128/eea9c6eb/attachment.bin>


More information about the cfe-commits mailing list