Blender Git Commit Log
Git Commits -> Revision 2a0bc4d
Revision 2a0bc4d by Sybren A. Stüvel (master) August 7, 2020, 14:23 (GMT) |
Cleanup: Nodes, silence Clang-Tidy readability-function-size Add a `NOLINT` marker to explicitly silence a warning from Clang-Tidy's `readability-function-size` rule for the `node_type_base()` function. This function is indeed huge, but that is because a lot of macros are expanded. Before expansion things are still not small, but still understandable & expandable. No functional changes. |
Commit Details:
Full Hash: 2a0bc4d23ee2b5a782ce0d5c367619ab29ef7ae2
Parent Commit: 4ce298b
Lines Changed: +1, -0
1 Modified Path:
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)