Blender Git Commit Log

Git Commits -> Revision 6414da0

Revision 6414da0 by Sybren A. Stüvel (master)
August 7, 2020, 14:23 (GMT)
Cleanup: enable and silence Clang-Tidy readability-function-size

Enable Clang-Tidy's `readability-function-size` rule and add a few
`NOLINT` markers to explicitly silence warnings for three functions.
These functions are huge and would IMO benefit from splitting up, but
are hard to without intimate knowledge of the code.

At least by enabling the rule, we can start tweaking the values and
refactoring other functions that bubble up as being too long/complex.

No functional changes.

Commit Details:

Full Hash: 6414da03817c48393d341be088616d754465a44b
Parent Commit: 2a0bc4d
Lines Changed: +3, -3

4 Modified Paths:

/.clang-tidy (+0, -2) (Diff)
/source/blender/blenkernel/intern/mesh_validate.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_solidify_extrude.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021