On Dec 18, 2007, at 6:14 AM, Steve Naroff wrote: >>> Add DefaultFunctionArrayConversion() to the indirection operator >>> in Sema::ActOnUnaryOp(). >> >> Thanks Steve! Out of curiousity, why not do this in >> CheckIndirectionOperand? >> > > Consistency...the other unary operators do the conversion in > ActOnUnaryOp(). Ok! -Chris