blender/source
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
..
blender Cleanup: Clang-Tidy, modernize-use-using 2020-12-04 12:46:43 +01:00
creator Cleanup: more renaming in the render/ module for consistency 2020-11-09 16:19:49 +01:00
tools@d7d7e9d41f EEVEE: Arbitrary Output Variables 2020-12-04 08:14:07 +01:00
CMakeLists.txt MSVC: Enable clang-tidy analyser 2020-12-03 11:00:58 -07:00