Amr Hesham
Amr Hesham
I was thinking of a utility or helper function to getComplexElementType because we have in many places casting type to complex directly without checking if it has an AtomicType wrapper,...
> I think it's probably better to just expect the `AtomicType` to be have been stripped off before it gets to all these places, so that they can rely on...
> We'll need to repeat this for the places that pull a type out of the AST. You should be able to just call `getAtomicUnqualifiedType()` before calling `castAs`, though. >...
> > We'll need to repeat this for the places that pull a type out of the AST. You should be able to just call `getAtomicUnqualifiedType()` before calling `castAs`, though....
> Hmm. Since this is an IBM / GCC extension, I would normally ask what GCC thinks the type of `__real(a)` is. But GCC actually appears to accept `&__real(a)`, which...