Vassil Vassilev
9391ff8c86
Reland "Rework the printing of attributes ( #87281 )"
...
Original commit message:
"
Commit https://github.com/llvm/llvm-project/commit/46f3ade introduced a notion
of printing the attributes on the left to improve the printing of attributes
attached to variable declarations. The intent was to produce more GCC compatible
code because clang tends to print the attributes on the right hand side which is
not accepted by gcc.
This approach has increased the complexity in tablegen and the attrubutes
themselves as now the are supposed to know where they could appear. That lead to
mishandling of the `override` keyword which is modelled as an attribute in
clang.
This patch takes an inspiration from the existing approach and tries to keep the
position of the attributes as they were written. To do so we use simpler
heuristic which checks if the source locations of the attribute precedes the
declaration. If so, it is considered to be printed before the declaration.
Fixes https://github.com/llvm/llvm-project/issues/87151
"
The reason for the bot breakage is that attributes coming from ApiNotes are not
marked implicit even though they do not have source locations. This caused an
assert to trigger. This patch forces attributes with no source location
information to be printed on the left. That change is consistent to the overall
intent of the change to increase the chances for attributes to compile across
toolchains and at the same time the produced code to be as close as possible to
the one written by the user.
2024-04-09 07:26:48 +00:00
..
2023-11-24 10:02:56 +01:00
2024-03-07 01:06:20 -08:00
2024-01-31 13:55:31 -08:00
2023-11-21 14:02:22 +01:00
2023-05-23 08:29:52 +02:00
2024-02-01 13:07:21 -08:00
2024-03-21 18:22:22 +01:00
2024-03-25 12:43:51 +01:00
2024-02-14 19:08:07 -08:00
2020-05-04 21:36:18 +03:00
2021-11-24 14:03:49 -05:00
2024-01-27 22:20:08 -08:00
2022-03-29 17:08:19 -05:00
2019-12-17 17:56:06 -08:00
2023-03-04 02:01:45 +01:00
2022-02-16 10:56:18 +01:00
2022-02-16 10:33:21 +01:00
2022-06-14 09:20:41 +02:00
2023-05-23 08:29:52 +02:00
2024-04-08 12:19:03 +02:00
2024-03-25 15:24:03 +01:00
2024-03-25 15:24:03 +01:00
2023-11-21 13:34:03 +01:00
2024-03-25 15:24:03 +01:00
2022-06-14 10:22:37 +02:00
2022-02-12 07:25:06 -05:00
2023-09-01 21:03:16 +08:00
2022-08-25 12:42:02 +02:00
2022-05-05 04:53:45 -05:00
2023-08-28 12:13:42 -04:00
2022-02-12 07:25:06 -05:00
2022-06-14 09:20:41 +02:00
2024-03-25 10:08:56 +00:00
2022-01-07 14:11:08 -08:00
2018-10-20 22:49:23 +00:00
2024-03-06 16:42:31 +01:00
2023-07-19 09:01:41 +02:00
2017-03-03 18:02:02 +00:00
2023-09-20 06:11:39 -05:00
2024-02-11 19:43:34 +01:00
2023-08-18 10:47:05 +02:00
2023-09-29 20:02:38 +02:00
2023-08-18 10:47:05 +02:00
2024-03-18 17:56:15 +01:00
2022-02-12 07:25:06 -05:00
2023-08-28 12:13:42 -04:00
2023-09-07 13:35:50 -07:00
2022-06-14 09:20:41 +02:00
2018-03-06 12:29:09 +00:00
2024-01-15 12:12:09 -06:00
2022-03-03 23:21:26 +05:30
2024-01-24 11:22:43 +01:00
2022-06-14 09:20:41 +02:00
2023-05-31 14:43:16 +02:00
2022-07-27 11:10:54 +02:00
2022-02-12 07:25:06 -05:00
2023-11-04 11:11:24 +01:00
2023-11-13 12:37:14 +01:00
2024-02-05 17:02:24 +01:00
2022-02-12 07:25:06 -05:00
2018-05-16 00:29:13 +00:00
2020-05-21 15:31:37 +02:00
2023-08-28 12:13:42 -04:00
2024-01-20 12:37:35 -05:00
2017-03-07 19:20:48 +00:00
2020-08-27 12:15:25 -07:00
2022-07-27 11:10:54 +02:00
2022-07-27 11:10:54 +02:00
2019-09-06 20:55:24 +00:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2022-02-12 07:25:06 -05:00
2018-12-15 02:06:13 +00:00
2023-10-24 15:04:23 -07:00
2022-07-27 11:10:54 +02:00
2022-07-28 15:27:50 -07:00
2022-06-14 09:20:41 +02:00
2022-12-12 11:25:19 -08:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2023-05-23 08:29:52 +02:00
2017-03-03 18:02:02 +00:00
2022-12-15 12:26:33 -08:00
2022-05-18 14:35:12 -07:00
2020-04-23 19:52:45 +03:00
2022-02-12 07:25:06 -05:00
2021-11-24 14:03:49 -05:00
2017-03-03 18:02:02 +00:00
2019-05-18 12:34:08 +00:00
2018-08-29 20:29:17 +00:00
2021-07-09 11:44:34 -04:00
2019-11-09 17:54:58 +01:00
2022-12-19 12:49:43 +01:00
2023-01-25 02:32:55 +05:30
2021-10-06 18:28:03 +02:00
2022-05-26 14:09:46 +02:00
2020-03-30 09:14:45 +02:00
2020-03-26 09:44:16 +01:00
2022-02-12 07:25:06 -05:00
2023-10-16 14:51:05 +02:00
2021-12-15 11:41:34 +01:00
2022-09-26 11:39:10 +02:00
2022-06-14 09:20:41 +02:00
2022-03-31 17:34:56 +02:00
2022-02-12 07:25:06 -05:00
2022-02-12 07:25:06 -05:00
2022-06-14 09:20:41 +02:00
2022-02-12 07:25:06 -05:00
2019-08-28 18:44:38 +00:00
2019-08-28 18:44:38 +00:00
2022-07-14 23:30:21 +02:00
2022-09-05 17:06:27 +02:00
2023-07-18 08:31:38 +02:00
2022-03-28 10:55:26 +02:00
2020-06-11 10:56:59 +02:00
2022-05-18 10:35:52 +02:00
2022-03-22 10:28:42 +08:00
2022-05-18 10:35:52 +02:00
2022-05-18 10:35:52 +02:00
2022-05-18 10:35:52 +02:00
2022-05-18 10:35:52 +02:00
2024-03-06 17:01:30 +01:00
2023-08-28 12:13:42 -04:00
2024-03-22 12:04:44 +01:00
2019-08-20 02:22:37 +00:00
2017-03-03 18:02:02 +00:00
2020-05-19 00:18:38 +02:00
2012-07-18 04:57:57 +00:00
2021-07-09 11:44:34 -04:00
2020-03-09 12:05:11 +01:00
2022-10-26 17:22:12 +02:00
2022-06-14 09:20:41 +02:00
2022-07-27 11:10:54 +02:00
2019-04-19 23:33:50 +00:00
2019-04-19 23:33:50 +00:00
2021-08-27 11:31:16 +02:00
2019-04-19 23:33:50 +00:00
2019-05-18 12:34:08 +00:00
2022-07-14 23:30:21 +02:00
2020-06-25 09:47:13 -07:00
2023-08-29 09:36:59 -04:00
2023-08-28 12:13:42 -04:00
2022-08-23 18:33:26 +02:00
2019-10-19 00:08:17 +00:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2020-03-20 08:55:23 -07:00
2022-05-02 11:48:52 +02:00
2020-01-29 16:10:45 +01:00
2022-02-12 07:25:06 -05:00
2020-01-29 16:10:45 +01:00
2023-08-28 12:13:42 -04:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2023-10-10 09:37:02 +01:00
2023-07-07 13:24:33 +02:00
2021-11-24 14:03:49 -05:00
2022-02-12 07:25:06 -05:00
2022-02-17 13:54:09 -05:00
2022-02-12 07:25:06 -05:00
2017-03-03 18:02:02 +00:00
2021-03-30 14:48:38 +02:00
2022-02-12 07:25:06 -05:00
2019-10-19 00:08:17 +00:00
2022-11-09 15:06:46 +01:00
2022-07-14 23:30:21 +02:00
2022-05-02 11:42:08 +02:00
2022-07-27 11:10:54 +02:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2018-08-02 22:31:03 +00:00
2023-12-12 16:29:37 +01:00
2023-12-12 12:15:33 -05:00
2017-07-11 00:30:14 +00:00
2022-08-10 19:52:55 +03:00
2023-11-21 13:34:03 +01:00
2023-11-21 13:34:03 +01:00
2023-11-21 13:34:03 +01:00
2024-01-31 12:50:23 +08:00
2023-11-21 13:34:03 +01:00
2024-03-19 07:55:49 -07:00
2017-03-03 18:02:02 +00:00
2022-04-20 11:30:12 -04:00
2022-05-26 14:00:27 +02:00
2022-09-13 09:04:27 +02:00
2022-06-15 16:06:53 +02:00
2022-06-14 09:20:41 +02:00
2021-06-14 12:19:09 +02:00
2022-12-11 17:56:51 -06:00
2022-08-25 12:42:02 +02:00
2023-09-01 21:03:16 +08:00
2022-06-14 09:20:41 +02:00
2021-01-06 16:23:49 -08:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-07-05 13:45:52 +02:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2024-03-06 16:52:18 +01:00
2024-03-25 12:43:51 +01:00
2024-03-22 11:50:34 +01:00
2023-07-11 08:50:59 +02:00
2019-08-30 22:52:55 +00:00
2022-06-14 09:20:41 +02:00
2018-08-29 20:29:17 +00:00
2022-07-14 23:30:21 +02:00
2022-02-13 08:03:40 -05:00
2017-03-03 18:02:02 +00:00
2018-02-27 22:05:55 +00:00
2020-05-20 02:26:40 +02:00
2022-02-13 08:03:40 -05:00
2023-03-22 08:43:09 +01:00
2019-05-24 23:37:08 +00:00
2022-07-27 11:10:54 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2017-03-03 18:02:02 +00:00
2019-04-30 03:01:02 +00:00
2022-02-13 08:03:40 -05:00
2023-08-28 12:13:42 -04:00
2022-05-04 08:35:47 -04:00
2022-02-24 15:30:30 -05:00
2018-08-29 20:29:17 +00:00
2022-05-03 14:05:19 +02:00
2023-10-02 09:54:22 -05:00
2023-11-24 10:02:56 +01:00
2020-07-01 09:04:28 +02:00
2022-09-04 23:06:58 +02:00
2023-07-03 16:13:47 +08:00
2023-11-03 17:10:31 +08:00
2020-03-30 09:14:45 +02:00
2020-08-04 11:04:12 +02:00
2023-08-28 12:02:48 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2019-06-11 14:21:32 +00:00
2017-03-03 18:02:02 +00:00
2022-10-20 14:14:52 +02:00
2023-10-20 13:10:03 -04:00
2023-07-24 11:50:20 +02:00
2023-07-05 07:39:14 +02:00
2018-08-29 20:29:17 +00:00
2023-05-23 08:29:52 +02:00
2022-07-26 10:24:29 +02:00
2020-09-15 17:43:02 +02:00
2017-03-03 18:02:02 +00:00
2019-01-20 21:19:56 +00:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2024-03-14 09:16:40 +01:00
2018-08-07 23:13:28 +00:00
2023-10-26 21:11:51 +08:00
2022-02-13 08:03:40 -05:00
2019-09-18 22:24:26 +00:00
2017-08-19 11:19:16 +00:00
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2019-08-28 18:44:32 +00:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-02-17 10:13:34 -08:00
2022-02-13 08:03:40 -05:00
2018-09-21 20:36:41 +00:00
2023-08-28 12:13:42 -04:00
2017-06-27 11:14:39 +00:00
2022-02-13 08:03:40 -05:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-07-27 11:10:54 +02:00
2023-01-12 10:42:57 +01:00
2022-04-20 11:30:12 -04:00
2023-11-28 16:34:44 +01:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2024-01-23 11:13:55 -08:00
2022-06-14 09:20:41 +02:00
2018-12-17 12:07:57 +00:00
2018-10-03 22:48:00 +00:00
2023-11-28 16:34:44 +01:00
2017-03-03 18:02:02 +00:00
2013-12-13 05:58:51 +00:00
2023-08-28 12:13:42 -04:00
2019-06-11 14:21:32 +00:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2024-03-06 16:32:14 +01:00
2022-02-13 08:03:40 -05:00
2023-08-28 12:13:42 -04:00
2020-07-01 09:04:28 +02:00
2019-06-11 14:21:32 +00:00
2023-05-25 09:50:56 -07:00
2018-12-15 02:09:02 +00:00
2023-08-30 12:34:23 +08:00
2019-06-11 14:21:32 +00:00
2017-03-03 18:02:02 +00:00
2017-03-03 18:02:02 +00:00
2016-06-13 03:22:41 +00:00
2021-05-17 20:10:26 +02:00
2023-08-28 12:13:42 -04:00
2018-10-15 17:53:18 +00:00
2022-10-26 17:22:12 +02:00
2018-08-29 20:29:17 +00:00
2020-02-26 01:37:17 +03:00
2020-02-26 01:37:17 +03:00
2020-02-26 01:37:17 +03:00
2022-10-26 17:22:12 +02:00
2022-06-14 09:20:41 +02:00
2022-10-26 17:22:12 +02:00
2018-03-21 00:49:47 +00:00
2022-10-26 17:22:12 +02:00
2018-11-01 00:43:35 +00:00
2021-01-15 21:38:47 +00:00
2021-05-24 10:16:52 +02:00
2018-11-01 00:43:35 +00:00
2017-03-03 18:02:02 +00:00
2019-01-26 20:06:54 +00:00
2017-03-03 18:02:02 +00:00
2021-05-24 10:16:52 +02:00
2022-10-03 15:42:38 +02:00
2023-08-28 12:13:42 -04:00
2023-07-18 07:03:32 +02:00
2022-10-12 14:46:32 +02:00
2019-04-05 20:18:53 +00:00
2020-04-20 12:33:01 +03:00
2022-02-13 08:03:40 -05:00
2018-03-14 23:50:18 +00:00
2023-07-18 07:03:32 +02:00
2022-02-12 07:25:06 -05:00
2023-06-08 16:48:24 +02:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2019-05-29 20:29:02 +00:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2017-03-03 18:02:02 +00:00
2023-07-06 22:36:51 +08:00
2019-11-21 18:59:46 -08:00
2022-04-15 09:08:54 -04:00
2022-02-13 08:03:40 -05:00
2023-10-04 08:38:10 +08:00
2022-06-14 09:20:41 +02:00
2017-03-03 18:02:02 +00:00
2024-02-13 14:57:55 -08:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05:00
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2018-04-06 15:14:32 +00:00
2017-03-03 18:02:02 +00:00
2023-08-28 12:13:42 -04:00
2019-04-19 23:33:50 +00:00
2017-03-03 18:02:02 +00:00
2024-02-13 14:57:55 -08:00
2022-02-13 08:03:40 -05:00
2022-07-14 23:30:21 +02:00
2021-05-27 13:12:19 -07:00
2022-04-20 11:30:12 -04:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2021-03-30 15:58:06 +03:00
2024-03-19 14:12:27 +01:00
2023-12-05 16:17:35 +01:00
2024-02-05 17:07:14 +01:00
2024-02-22 14:19:20 +01:00
2022-07-13 15:32:29 -04:00
2022-07-13 15:32:29 -04:00
2018-10-30 01:20:37 +00:00
2020-02-07 11:47:37 -08:00
2021-07-04 06:57:11 +03:00
2022-09-21 17:26:09 -07:00
2020-06-16 16:10:07 +03:00
2020-01-21 13:23:10 +01:00
2022-10-26 17:22:12 +02:00
2018-05-25 13:18:38 +00:00
2021-09-21 11:21:40 -07:00
2019-06-11 14:21:32 +00:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05:00
2022-06-01 18:53:19 +02:00
2023-07-03 16:13:47 +08:00
2018-07-17 01:39:25 +00:00
2022-06-14 09:20:41 +02:00
2013-12-08 18:06:52 +00:00
2018-08-29 20:29:17 +00:00
2020-05-28 18:56:38 +03:00
2020-05-21 15:31:37 +02:00
2023-08-28 12:13:42 -04:00
2021-08-10 19:19:27 +03:00
2021-03-12 15:56:48 +03:00
2023-10-16 14:51:05 +02:00
2023-03-04 02:01:45 +01:00
2019-10-14 20:15:01 +00:00
2022-07-15 20:07:04 +03:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05:00
2021-04-06 11:15:29 +02:00
2022-09-13 08:58:46 +02:00
2022-11-23 15:52:11 +01:00
2019-03-07 13:01:17 +00:00
2019-10-19 00:08:17 +00:00
2019-10-19 00:08:17 +00:00
2023-05-16 15:38:55 +02:00
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2018-02-27 00:05:04 +00:00
2021-02-15 16:38:15 +03:00
2022-10-26 17:22:12 +02:00
2020-07-30 09:52:28 +02:00
2019-07-18 00:03:55 +00:00
2018-11-30 03:27:50 +00:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2023-09-13 17:43:33 -07:00
2023-08-28 12:13:42 -04:00
2023-01-26 17:26:05 +01:00
2018-02-02 02:19:43 +00:00
2022-04-08 10:16:58 +02:00
2022-05-26 13:50:40 +02:00
2019-10-19 00:08:17 +00:00
2024-04-09 07:26:48 +00:00
2019-12-19 14:54:29 -08:00
2023-11-24 16:23:56 +08:00
2023-09-24 11:58:14 -03:00
2021-08-13 16:14:54 +02:00
2023-08-28 12:13:42 -04:00
2021-06-17 10:27:34 +02:00
2019-10-19 00:08:17 +00:00
2017-03-03 18:02:02 +00:00
2021-07-18 19:54:28 +05:30
2021-07-21 18:23:35 +05:30
2022-02-13 08:03:40 -05:00
2021-08-10 16:12:52 -05:00
2021-07-16 03:22:57 -05:00
2020-04-06 20:33:38 +03:00
2024-03-04 22:10:20 -05:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2019-10-19 00:08:17 +00:00
2022-02-13 08:03:40 -05:00
2023-09-20 13:54:21 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-11-21 13:34:03 +01:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2024-02-21 09:18:01 +01:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2024-02-08 11:09:57 +01:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2024-04-08 12:19:03 +02:00
2024-03-04 15:28:20 +01:00
2023-10-16 14:51:05 +02:00
2023-10-16 14:51:05 +02:00
2021-10-26 18:15:00 +02:00
2023-11-21 14:02:22 +01:00
2020-02-05 17:59:08 +01:00
2020-02-05 17:59:08 +01:00
2024-04-08 12:19:03 +02:00
2024-04-08 12:19:03 +02:00
2024-04-08 12:19:03 +02:00
2024-03-06 12:10:07 +01:00
2024-01-04 15:52:52 +08:00
2024-02-21 09:18:01 +01:00
2024-04-08 12:19:03 +02:00
2024-04-08 12:19:03 +02:00
2024-04-08 12:19:03 +02:00
2024-04-08 12:19:03 +02:00
2020-06-22 11:15:35 +02:00
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2024-01-15 12:12:09 -06:00
2023-12-28 16:06:21 +01:00
2022-06-29 13:01:19 +02:00
2017-03-03 18:02:02 +00:00
2024-02-13 14:57:55 -08:00
2024-02-13 14:57:55 -08:00
2024-02-13 14:57:55 -08:00
2022-06-01 08:42:04 +02:00
2022-11-23 15:52:11 +01:00
2022-12-04 15:57:24 -08:00
2021-11-30 11:24:59 +01:00
2021-11-23 16:38:01 +01:00
2021-11-22 17:33:43 +01:00
2023-09-29 20:02:38 +02:00
2022-02-13 08:03:40 -05:00
2019-12-10 16:42:03 -08:00
2022-10-03 15:42:38 +02:00
2019-01-18 00:08:56 +00:00
2021-12-01 22:23:41 +01:00
2021-11-12 11:44:49 +01:00
2021-12-01 22:23:41 +01:00
2021-12-01 22:23:41 +01:00
2023-09-15 15:07:39 +02:00
2023-02-17 11:37:02 +01:00
2022-07-05 18:42:34 +02:00
2024-03-19 14:12:27 +01:00
2024-02-23 11:44:34 +01:00
2023-11-07 13:26:32 +01:00
2024-01-23 09:19:38 +08:00
2017-03-03 18:02:02 +00:00
2023-08-17 17:55:48 +09:00
2018-08-29 20:29:17 +00:00
2022-10-13 08:41:31 +02:00
2024-01-30 13:03:55 +01:00
2018-06-28 00:11:42 +00:00
2020-06-09 12:08:57 +02:00
2017-03-03 18:02:02 +00:00
2015-06-26 17:42:58 +00:00
2022-02-13 08:03:40 -05:00
2015-06-26 17:42:58 +00:00
2020-05-27 00:01:47 +02:00
2018-04-15 10:34:06 +00:00
2022-04-08 10:16:58 +02:00
2017-03-03 18:02:02 +00:00
2022-02-13 08:03:40 -05:00
2022-10-19 16:06:32 +02:00
2023-08-28 12:13:42 -04:00
2022-09-04 23:06:58 +02:00
2023-02-16 17:58:35 -08:00
2023-08-28 12:13:42 -04:00
2022-10-26 17:22:12 +02:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2013-09-12 18:49:10 +00:00
2022-07-26 09:07:22 +02:00
2022-06-17 19:50:10 +02:00
2022-07-26 10:24:29 +02:00
2023-08-28 12:13:42 -04:00
2018-08-29 22:48:50 +00:00
2024-01-23 11:13:55 -08:00
2019-10-19 00:08:17 +00:00
2017-03-03 18:02:02 +00:00
2024-02-20 10:25:01 +01:00
2024-02-20 10:25:01 +01:00
2022-06-14 10:22:37 +02:00
2024-02-13 14:57:55 -08:00
2023-07-05 07:39:14 +02:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2020-03-04 06:56:32 +01:00
2019-08-20 21:41:14 +00:00
2019-08-20 21:41:14 +00:00
2019-08-20 21:41:14 +00:00
2023-10-16 14:51:05 +02:00
2022-06-14 09:20:41 +02:00
2022-08-05 10:32:53 +02:00
2023-01-26 12:55:42 -06:00
2022-05-02 10:54:26 +02:00
2021-03-25 18:25:06 +01:00
2022-08-25 12:42:02 +02:00