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-11-06 12:32:54 +11:00
2020-10-26 15:59:08 +11:00
2020-12-04 12:02:52 +01:00
2020-12-04 12:46:43 +01:00
2020-12-04 08:46:34 +01:00
2020-11-06 15:42:03 +11:00
2020-12-02 22:26:14 -05:00
2020-12-04 12:46:43 +01:00
2020-10-12 18:51:48 +05:30
2020-12-04 12:46:43 +01:00
2020-12-04 11:28:56 +01:00
2020-12-04 11:28:56 +01:00
2020-12-04 12:46:43 +01:00
2020-12-02 15:38:47 +01:00
2020-11-13 21:43:00 +01:00
2020-12-04 12:46:43 +01:00
2020-12-04 12:46:43 +01:00
2020-12-04 12:46:43 +01:00
2020-12-04 12:02:52 +01:00
2020-12-04 11:28:56 +01:00
2020-12-04 11:28:56 +01:00
2020-12-02 16:44:40 +01:00
2020-12-04 11:28:09 +01:00
2020-11-20 12:15:04 +11:00
2020-11-16 16:48:41 +11:00
2020-11-20 11:39:22 +11:00
2020-11-13 13:57:20 -05:00
2020-12-04 12:46:43 +01:00
2020-12-04 08:14:07 +01:00
2020-10-05 02:58:56 +02:00