Donát Nagy
97dd8e3c4f
[analyzer] Clean up apiModeling.llvm.ReturnValue ( #91231 )
...
This commit heavily refactors and simplifies the small and trivial
checker `apiModeling.llvm.ReturnValue`, which is responsible for
modeling the peculiar coding convention that in the LLVM/Clang codebase
certain Error() methods always return true.
Changes included in this commit:
- The call description mode is now specified explicitly (this is not the
most significant change, but it was the original reason for touching
this checker).
- Previously the code provided support for modeling functions that
always return `false`; but there was no need for that, so this commit
hardcodes that the return value is `true`.
- The overcomplicated constraint/state handling logic was simplified.
- The separate `checkEndFunction` callback was removed to simplify the
code. Admittedly this means that the note tag for the "<method> returns
false, breaking the convention" case is placed on the method call
instead of the `return` statement; but that case will _never_ appear in
practice, so this difference is mostly academical.
- The text of the note tags was clarified.
- The descriptions in the header comment and Checkers.td were clarified.
- Some minor cleanup was applied in the associated test file.
This change is very close to NFC because it only affects a hidden
`apiModeling.llvm` checker that's only relevant during the analysis of
the LLVM/Clang codebase, and even there it doesn't affect the normal
behavior of the checker.
2024-05-07 13:06:11 +02:00
..
2023-11-24 10:02:56 +01:00
2024-05-06 16:01:45 -07: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-05-06 10:36:19 -07:00
2024-05-06 10:36:19 -07:00
2024-04-16 10:41:26 +02:00
2024-02-14 19:08:07 -08:00
2022-02-13 08:03:40 -05:00
2022-02-12 07:25:06 -05:00
2021-11-24 14:03:49 -05:00
2024-01-27 22:20:08 -08:00
2024-05-06 10:36:19 -07: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-30 09:01:45 +02:00
2024-03-25 15:24:03 +01:00
2024-03-25 15:24:03 +01:00
2024-04-30 09:01:45 +02: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
2022-02-12 07:25:06 -05:00
2024-03-06 16:42:31 +01:00
2023-07-19 09:01:41 +02: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
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
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
2022-02-12 07:25:06 -05:00
2023-08-28 12:13:42 -04:00
2024-01-20 12:37:35 -05:00
2022-07-27 11:10:54 +02:00
2022-07-27 11:10:54 +02: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
2023-10-24 15:04:23 -07:00
2022-07-27 11:10:54 +02:00
2022-07-27 11:10:54 +02:00
2022-02-17 13:54:09 -05: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
2022-06-14 09:20:41 +02:00
2023-05-23 08:29:52 +02:00
2022-12-15 12:26:33 -08:00
2022-05-18 14:35:12 -07:00
2022-06-14 09:20:41 +02:00
2022-02-12 07:25:06 -05:00
2021-11-24 14:03:49 -05:00
2022-02-12 07:25:06 -05:00
2022-06-14 09:20:41 +02:00
2022-12-19 12:49:43 +01:00
2023-01-25 02:32:55 +05:30
2022-05-26 14:09:46 +02:00
2022-05-26 14:09:46 +02:00
2022-02-12 07:25:06 -05: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-02-12 07:25:06 -05: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
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-09-13 08:58:46 +02:00
2024-05-06 10:36:19 -07:00
2022-05-18 10:35:52 +02:00
2022-03-22 10:28:42 +08:00
2024-05-06 10:36:19 -07:00
2024-05-06 10:36:19 -07:00
2022-05-18 10:35:52 +02:00
2024-05-06 10:36:19 -07: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
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
2022-10-26 17:22:12 +02:00
2022-06-14 09:20:41 +02:00
2022-07-27 11:10:54 +02:00
2024-04-16 10:41:26 +02:00
2022-07-14 23:30:21 +02:00
2024-04-26 17:14:43 -07:00
2023-08-28 12:13:42 -04:00
2022-08-23 18:33:26 +02:00
2022-02-12 07:25:06 -05:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2022-05-02 11:48:52 +02:00
2022-02-12 07:25:06 -05: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-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-06-14 09:20:41 +02:00
2022-02-12 07:25:06 -05:00
2022-02-12 07:25:06 -05:00
2022-02-12 07:25:06 -05: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
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2023-12-12 16:29:37 +01:00
2023-12-12 12:15:33 -05: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
2024-04-16 10:41:26 +02:00
2024-04-16 10:41:26 +02:00
2022-02-12 07:25:06 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05: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
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-02-13 08:03:40 -05: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
2022-07-05 13:45:52 +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
2024-03-06 16:52:18 +01:00
2024-03-25 12:43:51 +01:00
2024-03-22 11:50:34 +01:00
2024-04-19 16:26:07 +02:00
2022-03-01 08:20:33 +01:00
2022-03-01 08:20:33 +01:00
2022-06-15 17:08:27 +02:00
2023-07-11 08:50:59 +02:00
2022-06-14 09:20:41 +02:00
2024-05-06 10:36:19 -07:00
2024-05-06 10:36:19 -07:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-05-18 14:35:12 -07:00
2022-02-13 08:03:40 -05:00
2022-05-10 11:18:35 +02:00
2022-05-10 10:16:55 +02:00
2022-02-13 08:03:40 -05:00
2023-03-22 08:43:09 +01: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
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
2022-05-03 14:05:19 +02:00
2023-10-02 09:54:22 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2023-11-24 10:02:56 +01:00
2024-04-17 08:02:49 +02:00
2024-04-12 18:15:33 +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
2023-08-28 12:02:48 +02: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
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
2023-05-23 08:29:52 +02:00
2022-07-26 10:24:29 +02:00
2022-02-13 08:03:40 -05: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
2023-10-26 21:11:51 +08: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
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-17 10:13:34 -08:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05: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
2024-04-16 10:41:26 +02:00
2022-04-20 11:30:12 -04:00
2024-04-16 10:41:26 +02:00
2024-04-16 10:41:26 +02: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
2022-02-13 08:03:40 -05:00
2023-11-28 16:34:44 +01: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
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02: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
2023-05-25 09:50:56 -07:00
2022-02-25 17:51:37 +01:00
2023-08-30 12:34:23 +08:00
2022-07-27 11:10:54 +02:00
2023-08-28 12:13:42 -04:00
2024-05-06 10:36:19 -07:00
2022-10-26 17:22:12 +02: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
2022-10-26 17:22:12 +02:00
2022-10-03 15:42:38 +02:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2023-07-18 07:03:32 +02:00
2022-06-14 09:20:41 +02:00
2022-10-12 14:46:32 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2023-07-18 07:03:32 +02:00
2022-02-12 07:25:06 -05:00
2022-07-22 15:24:54 -04:00
2023-06-08 16:48:24 +02:00
2022-06-14 09:20:41 +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
2022-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2023-08-28 12:13:42 -04:00
2022-02-13 08:03:40 -05:00
2023-07-06 22:36:51 +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
2022-07-22 15:24:54 -04:00
2022-07-22 15:24:54 -04:00
2024-02-13 14:57:55 -08: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
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-06-14 09:20:41 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2023-08-28 12:13:42 -04:00
2022-07-22 15:24:54 -04:00
2024-02-13 14:57:55 -08:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-07-14 23:30:21 +02:00
2022-04-20 11:30:12 -04:00
2023-08-28 12:13:42 -04:00
2024-05-06 10:36:19 -07: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-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-07-13 15:32:29 -04:00
2022-07-13 15:32:29 -04:00
2022-09-21 17:26:09 -07:00
2022-10-26 17:22:12 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05: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
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-06-01 18:53:19 +02:00
2022-06-14 09:20:41 +02:00
2023-07-03 16:13:47 +08:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2023-10-16 14:51:05 +02:00
2023-03-04 02:01:45 +01:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-07-15 20:07:04 +03:00
2022-01-18 16:08:04 +02:00
2022-07-05 19:00:23 +02: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-02-13 08:03:40 -05:00
2022-09-13 08:58:46 +02:00
2022-11-23 15:52:11 +01:00
2024-05-06 10:36:19 -07:00
2023-05-16 15:38:55 +02:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02: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-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2024-05-06 10:36:19 -07:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2022-10-26 17:22:12 +02:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05: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
2023-09-13 17:43:33 -07:00
2023-08-28 12:13:42 -04:00
2023-01-26 17:26:05 +01:00
2024-05-07 13:06:11 +02:00
2022-02-02 11:46:52 -08:00
2022-05-26 13:50:40 +02:00
2024-04-09 07:26:48 +00:00
2022-02-13 08:03:40 -05:00
2023-11-24 16:23:56 +08:00
2023-09-24 11:58:14 -03: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
2024-05-06 10:36:19 -07:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2024-05-06 10:36:19 -07:00
2022-02-13 08:03:40 -05:00
2024-04-16 10:41:26 +02:00
2023-08-28 12:13:42 -04:00
2022-06-14 09:20:41 +02:00
2022-08-26 12:19:32 -07:00
2022-08-26 12:19:32 -07:00
2024-04-16 10:41:26 +02: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
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +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-30 09:01:45 +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
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +02:00
2024-04-30 09:01:45 +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
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-02-13 08:03:40 -05:00
2022-06-01 08:42:04 +02:00
2022-11-23 15:52:11 +01:00
2022-02-13 08:03:40 -05: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
2022-10-03 15:42:38 +02:00
2022-02-13 08:03:40 -05:00
2022-05-25 10:55:50 +02:00
2022-03-23 08:26:40 -05: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
2021-11-12 11:44:49 +01:00
2023-02-17 11:37:02 +01:00
2022-07-05 18:42:34 +02:00
2022-02-23 12:55:31 +01:00
2022-02-23 12:55:31 +01:00
2024-05-02 16:46:41 +02:00
2022-02-13 08:03:40 -05:00
2024-05-02 16:46:41 +02:00
2023-11-07 13:26:32 +01:00
2024-01-23 09:19:38 +08:00
2023-08-17 17:55:48 +09:00
2022-10-13 08:41:31 +02:00
2024-01-30 13:03:55 +01:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-04-08 10:16:58 +02:00
2022-02-13 08:03:40 -05:00
2024-05-06 10:36:19 -07:00
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05:00
2022-10-19 16:06:32 +02:00
2024-05-06 10:36:19 -07:00
2024-05-06 10:36:19 -07:00
2022-05-26 14:09:46 +02:00
2022-05-26 14:14:10 +02:00
2022-05-26 14:09:46 +02:00
2023-08-28 12:13:42 -04:00
2024-05-06 10:36:19 -07: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-02-13 08:03:40 -05: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
2022-07-26 09:07:22 +02:00
2022-06-17 19:50:10 +02:00
2022-07-26 10:24:29 +02:00
2022-06-14 09:20:41 +02:00
2023-08-28 12:13:42 -04:00
2024-01-23 11:13:55 -08:00
2022-06-14 09:20:41 +02: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-06-14 09:20:41 +02:00
2022-06-14 09:20:41 +02: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
2022-02-13 08:03:40 -05:00
2022-02-13 08:03:40 -05: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
2022-02-13 08:03:40 -05:00
2023-01-26 12:55:42 -06:00
2022-05-02 10:54:26 +02:00
2022-08-25 12:42:02 +02:00