Max Desiatov
e5ab9b4ab0
include/swift/Basic: fix deprecation warnings
These are deprecation warnings
```
include/swift/Basic/type_traits.h:49:29: warning: builtin __has_trivial_constructor is deprecated; use __is_trivially_constructible instead [-Wdeprecated-builtins]
static const bool value = __has_trivial_constructor(T);
^
include/swift/Basic/type_traits.h:61:29: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
static const bool value = __has_trivial_destructor(T);
^
2 warnings generated.
```
2023-01-05 16:47:36 +00:00
..
2021-11-18 21:58:55 +10:00
2022-07-21 16:32:16 +01:00
2022-05-04 14:53:24 -07:00
2022-11-21 19:44:24 +01:00
2022-01-05 17:47:08 -08:00
2022-02-20 22:06:39 -08:00
2022-07-21 16:32:16 +01:00
2022-11-21 19:44:24 +01:00
2022-10-20 15:46:17 +01:00
2022-05-05 16:25:10 -07:00
2022-12-06 08:26:28 -08:00
2022-02-24 13:54:22 -08:00
2022-03-27 18:23:16 -04:00
2022-11-01 10:15:51 -07:00
2023-01-04 08:33:21 -08:00
2022-07-19 16:24:26 -07:00
2022-02-24 13:47:04 -08:00
2022-02-16 16:58:56 -05:00
2022-08-18 15:32:11 -07:00
2022-11-21 19:44:24 +01:00
2022-05-04 14:53:24 -07:00
2022-06-02 12:23:03 -07:00
2022-11-21 19:44:24 +01:00
2022-12-19 14:04:43 +01:00
2022-11-14 20:34:42 +01:00
2021-11-15 17:28:51 -05:00
2022-08-05 17:25:05 -07:00
2021-11-18 21:58:56 +10:00
2023-01-03 09:33:07 -08:00
2022-02-01 08:13:27 +01:00
2022-11-21 19:44:24 +01:00
2022-02-01 20:55:47 +03:00
2022-05-16 11:00:14 -04:00
2022-03-14 19:26:36 -07:00
2022-05-04 14:53:24 -07:00
2022-06-29 11:24:22 -07:00
2022-07-27 11:35:49 -07:00
2023-01-02 21:22:04 -08:00
2022-02-24 13:47:04 -08:00
2022-10-28 13:55:09 -07:00
2022-03-27 14:11:20 -04:00
2022-03-16 15:30:21 -07:00
2022-12-19 13:37:15 +02:00
2022-07-19 16:24:26 -07:00
2022-02-20 22:06:39 -08:00
2022-03-27 18:23:16 -04:00
2021-11-12 11:01:45 -08:00
2023-01-05 16:47:36 +00:00
2022-10-28 13:55:09 -07:00
2022-04-08 13:46:38 -07:00
2022-09-09 00:21:30 -07:00