Blender Git Commit Log

Git Commits -> Revision f891d4e

Revision f891d4e by Sergey Sharybin (master)
July 3, 2020, 14:32 (GMT)
Clang-Tidy: Fix readability-delete-null-pointer warnings

Also enable it in the configuration.

Commit Details:

Full Hash: f891d4e2adae2dcf35497ba95a9cfb74affead0c
Parent Commit: 53d41e1
Lines Changed: +33, -97

32 Modified Paths:

/.clang-tidy (+0, -1) (Diff)
/source/blender/freestyle/intern/geometry/Bezier.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/image/GaussianFilter.cpp (+2, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+2, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+1, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021