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/intern
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-07-02 13:03:46 +10:00
2020-10-19 08:12:33 -07:00
2020-10-19 08:12:33 -07:00
2020-10-19 08:12:33 -07:00
2020-08-19 14:04:36 +10:00
2020-10-19 08:12:33 -07:00
2020-10-19 08:12:33 -07:00
2020-11-06 12:32:54 +11:00
2020-11-20 11:39:22 +11:00
2020-11-06 12:32:54 +11:00
2019-08-12 01:10:43 +10:00
2020-10-19 08:43:08 -07:00
2020-11-18 00:27:29 +11:00
2020-11-06 12:32:54 +11:00
2020-08-03 17:42:45 +02:00
2020-05-09 17:15:43 +10:00
2020-11-04 00:01:00 +11:00
2020-10-19 08:43:08 -07:00
2020-09-10 09:45:25 +10:00
2020-05-09 17:19:28 +10:00
2020-07-19 17:37:02 +10:00
2020-08-02 18:02:20 +10:00
2020-10-19 08:43:08 -07:00