Go to file
Steve Naroff 43b8f7fa4f Sema::ParseCastExpr() missing call to UsualUnaryConversions().
The following case now works...

void empty(void * a ) {}

void test()
{
    unsigned char A[4]; 
    empty( (void *) A); 
}

Thanks to Patrick Flannery for finding this...

llvm-svn: 41630
2007-08-31 00:32:44 +00:00
clang Sema::ParseCastExpr() missing call to UsualUnaryConversions(). 2007-08-31 00:32:44 +00:00
llvm Instruction formats added used to generate multiply instructions of V5TE. 2007-08-30 23:34:14 +00:00