In HandleCallConvAttr(), the case for "AttributeList::AT_thiscall" isn't
followed by a return, so the case for "AttributeList::AT_cdecl" will be
executed also. Is this intentional?
In HandleCallConvAttr(), the case for "AttributeList::AT_thiscall" isn't
followed by a return, so the case for "AttributeList::AT_cdecl" will be
executed also. Is this intentional?