[cfe-commits] r99193 - in /cfe/trunk: include/clang/AST/ASTContext.h lib/AST/ASTContext.cpp

Fariborz Jahanian fjahanian at apple.com
Thu Mar 25 08:57:49 PDT 2010


On Mar 25, 2010, at 8:52 AM, Daniel Dunbar wrote:

> On Mon, Mar 22, 2010 at 11:25 AM, Fariborz Jahanian <fjahanian at apple.com 
> > wrote:
>> Author: fjahanian
>> Date: Mon Mar 22 13:25:57 2010
>> New Revision: 99193
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=99193&view=rev
>> Log:
>> More clean up of ivars which are either in class extensions and
>> implementation or synthesized into an implementation. Also,
>> fixes a code gen. bug when ivars are itroduced in interleaved
>> implementations. (related to radar 7547942).
>
> Should we get a test case for the codegen bug?

I have seen the practice that when we go from a crash to a clean  
compile, no specific pattern is checked for.
But when bug is in generating incorrect code, then a pattern is  
checked for. Having said that, I will
try to check for something in the generated code.

- Fariborz




More information about the cfe-commits mailing list