Sybren A. Stüvel
7f2d356a67
Cleanup: Clang-Tidy, modernize-use-using
...
Replace `typedef` with `using` in C++ code.
In the case of `typedef struct SomeName { ... } SomeName;` I removed the
`typedef` altogether, as this is unnecessary in C++. Such cases have been
rewritten to `struct SomeName { ... };`
No functional changes.
2020-12-04 12:46:43 +01:00
..
2020-12-02 15:30:00 +01:00
2020-09-08 04:15:50 +02:00
2020-11-06 18:08:25 +01:00
2020-09-07 13:59:51 +02:00
2020-11-06 13:40:46 +01:00
2020-09-14 20:53:34 +02:00
2020-11-18 12:44:08 +11:00
2020-12-04 11:28:09 +01:00
2020-09-10 14:19:00 +02:00
2020-12-04 12:46:43 +01:00
2020-09-12 15:51:21 +02:00
2020-11-06 18:08:25 +01:00
2020-11-06 14:35:38 +11:00
2020-11-06 18:08:25 +01:00
2020-10-02 11:59:16 +10:00
2020-11-06 13:40:46 +01:00
2020-09-06 22:13:06 +02:00
2020-08-31 15:14:47 +02:00
2020-11-06 13:40:46 +01:00
2020-09-19 14:34:32 +10:00
2020-11-06 18:08:25 +01:00
2020-09-01 12:03:52 +02:00
2020-11-30 13:44:58 -05:00
2020-11-30 14:55:46 +01:00
2020-11-06 13:40:46 +01:00
2020-09-12 17:29:37 +02:00
2020-11-09 15:47:08 +11:00
2020-09-25 13:11:44 +02:00
2020-11-06 18:08:25 +01:00
2020-09-01 12:03:52 +02:00
2020-11-06 18:08:25 +01:00
2020-08-31 15:14:47 +02:00
2020-11-06 18:08:25 +01:00
2020-09-12 19:48:52 +02:00