mlugg db890dbae7 InternPool: eliminate var_args_param_type
This was a "fake" type used to handle C varargs parameters, much like
generic poison. In fact, it is treated identically to generic poison in
all cases other than one (the final coercion of a call argument), which
is trivially special-cased. Thus, it makes sense to remove this special
tag and instead use `generic_poison_type` in its place. This fixes
several bugs in Sema related to missing handling of this tag.

Resolves: #19781
2024-05-04 22:03:56 +01:00
..
2024-03-17 15:23:16 -07:00
2024-03-21 14:11:46 -07:00
2024-03-06 13:59:46 -08:00
2024-03-17 15:23:16 -07:00
2024-04-23 17:21:01 -07:00