Files
test/source/blender
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-10-26 15:59:08 +11:00
2020-12-04 08:46:34 +01:00
2020-12-04 11:28:56 +01:00
2020-12-04 11:28:56 +01:00
2020-12-04 11:28:56 +01:00
2020-12-04 11:28:56 +01:00
2020-11-16 16:48:41 +11:00
2020-11-20 11:39:22 +11:00