Skip to content

Generated code clang tidy

Ben Boeckel requested to merge ben.boeckel/vtk:generated-code-clang-tidy into master

Generated code should be as warning-free as possible. SMTK is currently hitting the tp_vectorcall_offset thing with its clang-tidy build and without this fix, will not be able to use the modernize-use-nullptr lint. Other VTK-using projects will be in the same boat.

Cc: @tjcorona

Merge request reports