Skip to content

Tracking : clang-tidy related fixes. Methods that do not uses 'this'

Tracking : clang-tidy related fixes. The main ones here relate to methods that do not uses this. These can be made static or be moved to the implementation file (.cxx) inside an anonymous namespace . Callers do not need to create an instance of the object to use them

Merge request reports