Blender Git Loki
Git Commits -> Revision 7f2d356
Revision 7f2d356 by Sybren A. Stüvel (master) December 4, 2020, 11:46 (GMT) |
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. |
Commit Details:
Full Hash: 7f2d356a672d838c90cf47e9ff4006b15c104148
Parent Commit: 10a8286
Lines Changed: +36, -37
13 Modified Paths:
/.clang-tidy (+0, -1) (Diff)
/source/blender/blenlib/intern/threads.cc (+2, -2) (Diff)
/source/blender/blenlib/tests/BLI_array_store_test.cc (+4, -4) (Diff)
/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.cpp (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_query_foreach.cc (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_matrix.cc (+6, -6) (Diff)
/source/blender/gpu/intern/gpu_select_sample_query.cc (+2, -2) (Diff)
/source/blender/gpu/opengl/gl_drawlist.cc (+4, -4) (Diff)
/source/blender/ikplugin/intern/itasc_plugin.cpp (+2, -2) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+8, -8) (Diff)
/source/blender/simulation/intern/hair_volume.cpp (+2, -2) (Diff)
/source/blender/blenlib/intern/threads.cc (+2, -2) (Diff)
/source/blender/blenlib/tests/BLI_array_store_test.cc (+4, -4) (Diff)
/source/blender/compositor/intern/COM_NodeOperationBuilder.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_VectorBlurOperation.cpp (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_query_foreach.cc (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_matrix.cc (+6, -6) (Diff)
/source/blender/gpu/intern/gpu_select_sample_query.cc (+2, -2) (Diff)
/source/blender/gpu/opengl/gl_drawlist.cc (+4, -4) (Diff)
/source/blender/ikplugin/intern/itasc_plugin.cpp (+2, -2) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+8, -8) (Diff)
/source/blender/simulation/intern/hair_volume.cpp (+2, -2) (Diff)