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-05-03 13:29:22 -07:00
2024-04-18 17:49:05 -07:00
2024-05-03 13:27:30 -07:00
2024-03-29 22:15:17 -07:00
2024-05-03 13:29:22 -07:00
2024-04-28 21:12:55 +12:00
2024-03-23 11:32:37 +01:00
2024-04-28 00:20:30 -07:00
2024-05-03 16:58:53 -04:00
2024-05-03 13:27:30 -07:00
2024-04-13 03:06:23 -07:00
2024-03-21 14:11:46 -07:00
2024-04-28 00:20:30 -07:00
2024-05-03 13:29:22 -07:00
2024-05-01 12:03:05 -07:00
2024-04-18 03:02:13 -07:00
2024-05-03 20:58:02 -07:00
2024-03-21 14:11:46 -07:00
2024-03-26 14:00:13 +02:00
2024-05-04 22:03:56 +01:00
2024-05-03 16:58:53 -04:00
2024-03-21 19:40:56 -07:00
2024-04-02 13:46:51 -07:00
2024-03-21 14:11:46 -07:00
2024-03-21 14:11:46 -07:00
2024-03-21 14:11:46 -07:00
2024-04-18 16:38:11 -07:00
2024-03-23 18:11:32 +01:00
2024-04-23 03:21:51 -07:00
2024-03-29 20:34:28 +01:00
2024-05-03 13:29:22 -07:00
2024-03-25 14:49:41 +00:00
2024-03-21 14:11:46 -07:00
2024-04-23 17:57:56 -07:00
2024-05-03 13:27:30 -07:00
2024-05-03 16:58:53 -04:00
2024-05-03 13:27:30 -07:00
2024-04-18 20:08:03 -07:00
2024-05-03 13:27:30 -07:00
2024-05-03 16:58:53 -04:00
2024-05-03 13:27:30 -07:00
2024-04-28 00:20:30 -07:00
2024-04-15 15:24:30 -07:00
2024-04-17 13:41:25 +01:00
2024-05-03 07:49:03 +03:00
2024-05-03 21:03:29 -07:00
2024-05-03 13:27:30 -07:00
2024-03-21 14:11:46 -07:00
2024-03-30 20:50:48 -04:00
2024-05-02 22:09:03 -07:00
2024-05-03 16:58:53 -04:00
2024-05-01 12:03:05 -07:00
2024-04-14 18:43:52 -04:00
2024-03-21 14:11:46 -07:00
2024-04-22 15:27:05 -07:00
2024-03-21 14:11:46 -07:00
2024-04-23 03:20:38 -07:00
2024-04-12 22:37:07 -07:00
2024-04-07 14:47:10 +02:00
2024-05-03 16:58:53 -04:00