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
..
2019-04-17 06:21:24 +02:00
2020-08-07 09:50:34 +02:00
2020-12-04 11:28:09 +01:00
2020-08-07 09:50:34 +02:00
2020-05-08 18:22:41 +02:00
2020-12-04 11:28:09 +01:00
2020-11-30 08:00:40 +01:00
2020-12-04 11:28:09 +01:00
2020-08-07 09:50:34 +02:00
2020-11-06 18:08:25 +01:00
2020-08-07 09:50:34 +02:00
2020-03-19 09:33:58 +01:00
2020-08-07 09:50:34 +02:00
2019-02-18 08:22:11 +11:00
2020-08-07 09:50:34 +02:00
2020-12-04 11:28:09 +01:00
2020-09-04 21:04:16 +02:00
2020-05-08 18:22:41 +02:00
2020-08-07 09:50:34 +02:00
2020-11-06 18:08:25 +01:00
2020-08-07 09:50:34 +02:00
2020-11-06 18:08:25 +01:00
2020-08-07 09:50:34 +02:00
2020-12-04 11:28:09 +01:00
2020-09-30 20:11:06 +10:00
2020-05-08 18:22:41 +02:00
2020-08-07 09:50:34 +02:00
2020-11-06 18:08:25 +01:00
2020-09-04 21:04:16 +02:00
2020-12-04 11:28:09 +01:00
2020-10-14 15:24:42 +11:00
2020-12-04 12:46:43 +01:00
2020-08-07 09:50:34 +02:00
2020-11-09 15:47:08 +11:00
2020-08-07 09:50:34 +02:00
2020-11-06 18:08:25 +01:00
2020-08-07 09:50:34 +02:00
2019-02-18 08:22:11 +11:00
2020-08-07 09:50:34 +02:00
2019-04-17 06:21:24 +02:00
2020-08-07 09:50:34 +02:00
2020-12-04 11:28:09 +01:00
2020-08-07 09:50:34 +02:00