Jubilee
746eb1d84d
Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank
...
Fix ICE for functions with more than 65535 arguments
This pull request fixes #88577 by changing the `param_idx` field in the `Param` variant of `WellFormedLoc` from `u16` to `u32`, thus allowing for more than 65,535 arguments in a function. Note that I also added a regression test, but needed to add `// ignore-tidy-filelength` because the test is more than 8000 lines long.
2021-09-11 08:23:41 -07:00
..
2021-07-29 14:56:05 -07:00
2021-07-29 14:56:05 -07:00
2021-08-30 13:09:38 +02:00
2021-09-08 20:51:05 -04:00
2021-09-11 07:11:01 +00:00
2021-09-11 08:23:41 -07:00
2021-08-30 20:17:45 -05:00
2021-08-21 13:27:27 -05:00
2021-09-09 21:17:05 +02:00
2021-09-11 08:23:40 -07:00
2021-09-09 10:41:19 +02:00
2021-09-09 10:41:19 +02:00
2021-09-09 10:41:19 +02:00
2021-09-09 10:41:19 +02:00
2021-09-08 20:51:05 -04:00
2021-09-07 20:46:26 +02:00
2021-08-30 22:18:55 -07:00
2021-09-08 20:51:05 -04:00
2021-09-10 08:23:15 -07:00
2021-09-09 19:49:07 +02:00
2021-07-29 14:56:05 -07:00
2021-07-29 14:56:05 -07:00
2021-09-07 18:08:46 -04:00
2021-09-07 18:08:46 -04:00
2021-09-06 23:58:16 +00:00
2021-08-27 16:21:25 -07:00
2021-09-06 22:38:06 -04:00
2021-09-07 20:46:26 +02:00
2021-08-22 17:27:18 +02:00
2021-09-09 10:41:19 +02:00
2021-08-27 20:47:00 +03:00
2021-09-08 10:47:41 -04:00
2021-08-19 19:30:04 +02:00
2021-09-04 07:17:12 +00:00
2021-09-11 08:23:41 -07:00
2021-09-11 10:18:05 +00:00
2021-09-08 20:40:30 +02:00
2021-09-09 19:49:07 +02:00
2021-09-08 20:40:30 +02:00
2021-09-11 08:23:41 -07:00
2021-07-29 14:56:05 -07:00
2021-09-09 19:49:07 +02:00
2021-08-21 13:27:27 -05:00
2021-09-02 19:23:11 +02:00
2021-09-06 23:58:16 +00:00
2021-09-01 11:10:58 -07:00
2021-09-06 11:20:59 -05:00
2021-09-08 20:51:05 -04:00
2021-08-22 16:35:29 +02:00
2021-09-08 17:36:41 +02:00
2021-09-09 19:49:07 +02:00
2021-08-29 16:25:28 +02:00
2021-09-09 10:41:20 +02:00
2021-09-11 10:18:05 +00:00
2021-08-27 01:07:17 +00:00
2021-08-27 01:07:17 +00:00
2021-09-06 22:38:06 -04:00
2021-09-11 08:23:39 -07:00