Applied.

On Sat, Oct 4, 2008 at 1:42 PM, Ted Kremenek <[EMAIL PROTECTED]> wrote:

> That's a subtle one.  Please apply immediately.
>
> Thanks Zhongxing!
>
>
> On Oct 3, 2008, at 9:06 PM, Zhongxing Xu wrote:
>
>  [EMAIL PROTECTED] clang]$ svn diff
>> Index: lib/AST/CFG.cpp
>> ===================================================================
>> --- lib/AST/CFG.cpp     (revision 57001)
>> +++ lib/AST/CFG.cpp     (working copy)
>> @@ -458,6 +458,7 @@
>>         Succ = ConfluenceBlock;
>>         Block = NULL;
>>         CFGBlock* RHSBlock = Visit(B->getRHS());
>> +        FinishBlock(RHSBlock);
>>
>>         // Now link the LHSBlock with RHSBlock.
>>         if (B->getOpcode() == BinaryOperator::LOr) {
>>
>>
>> Test case:
>>
>> void f() {
>>  int i;
>>  if (i >3 && (i < 10, i < 11)) {
>>    i = 10;
>>  }
>> }
>> _______________________________________________
>> cfe-commits mailing list
>> [email protected]
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to