Mariya Podchishchaeva
22130ca486
[MS][clang] Fix crash on deletion of array of pointers ( #134088 )
...
Sometimes a non-array delete is treated as delete[] when input pointer
is pointer to array. With vector deleting destructors support we now
generate a virtual destructor call instead of simple loop over the
elements. This patch adjusts the codepath that generates virtual call to
expect the case of pointer to array.
2025-04-04 09:37:28 +02:00
..
2025-04-01 09:00:46 +02:00
2025-02-20 09:45:46 +01:00
2024-11-24 07:28:20 -08:00
2025-04-03 14:27:18 -03:00
2025-03-10 09:37:38 -03:00
2024-11-17 09:36:48 -08:00
2025-04-03 14:27:18 -03:00
2025-01-13 09:46:45 +01:00
2025-04-03 14:27:18 -03:00
2024-01-31 10:40:29 -05:00
2024-01-25 09:34:17 -05:00
2025-02-24 18:58:59 -08:00
2024-08-15 14:19:49 +01:00
2025-03-03 07:48:29 -08:00
2024-10-24 10:23:40 +01:00
2024-11-17 09:36:48 -08:00
2025-02-05 08:46:14 -05:00
2024-12-06 00:32:43 -08:00
2024-12-06 00:32:43 -08:00
2024-01-30 10:03:51 +01:00
2025-04-03 14:27:18 -03:00
2025-02-24 15:05:14 -05:00
2024-09-19 17:18:10 -05:00
2025-04-03 14:27:18 -03:00
2024-11-17 09:36:48 -08:00
2025-03-06 06:42:17 -08:00
2025-04-03 12:36:15 -03:00
2024-11-24 07:28:20 -08:00
2024-11-17 09:36:48 -08:00
2025-03-21 08:57:54 -07:00
2024-10-24 10:23:40 +01:00
2025-04-03 12:36:15 -03:00
2025-04-03 14:27:18 -03:00
2025-01-30 12:23:18 -05:00
2025-04-04 09:37:28 +02:00
2025-02-18 09:42:24 +01:00
2024-11-24 07:28:20 -08:00
2025-03-27 13:23:16 -04:00
2024-10-11 11:46:33 +02:00
2025-04-03 14:27:18 -03:00
2024-11-17 09:36:48 -08:00
2025-02-16 08:14:20 -08:00
2025-04-03 08:27:13 +01:00
2025-02-24 18:58:59 -08:00
2024-10-14 06:53:49 -07:00
2024-11-25 06:48:33 +08:00
2025-04-03 14:27:18 -03:00
2025-04-03 14:27:18 -03:00
2024-02-11 11:55:07 +03:00
2025-03-10 21:17:01 +01:00
2025-03-31 10:03:39 +02:00
2025-04-01 17:15:18 -03:00
2024-10-01 14:12:34 +01:00
2024-05-22 12:18:44 -03:00
2025-04-01 17:15:18 -03:00
2025-03-21 08:57:54 -07:00
2025-03-21 14:19:08 +05:30
2024-11-17 09:36:48 -08:00
2025-02-22 01:19:01 +08:00
2025-03-13 16:02:39 -04:00
2024-10-01 14:12:34 +01:00
2025-04-03 14:14:34 +02:00
2025-01-11 07:12:37 +01:00
2025-02-10 07:48:57 -08:00
2025-04-03 13:47:59 +01:00
2024-03-26 14:15:56 -05:00
2024-04-11 00:33:40 +00:00
2025-03-17 20:10:46 +01:00
2024-11-17 09:36:48 -08:00
2025-04-02 10:03:24 -07:00
2025-02-13 07:14:36 -05:00
2025-04-02 10:03:24 -07:00
2025-04-02 10:03:24 -07:00
2024-09-14 05:29:40 -04:00
2025-04-03 14:27:18 -03:00
2025-04-03 14:27:18 -03:00
2025-04-03 14:27:18 -03:00
2025-04-03 14:03:25 -07:00
2025-04-01 17:15:18 -03:00
2025-04-01 17:15:18 -03:00
2025-03-31 10:03:39 +02:00
2024-11-17 09:36:48 -08:00