This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenlib
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-08-27 15:33:33 +10:00
2020-12-02 15:38:47 +01:00
2020-08-10 18:17:07 +02:00
2020-08-28 10:04:26 -06:00
2020-10-19 08:43:08 -07:00
2020-12-02 15:38:47 +01:00
2020-11-10 08:48:18 -07:00