Files
test2/source/blender/freestyle/intern/view_map
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-07 21:52:53 +05:30
2020-09-09 13:30:05 +10:00
2020-11-09 15:47:08 +11:00