Skip to content

GSF, move methods that do not need to be class member (i.e not use anything...

Christos Anastopoulos requested to merge ATLAS-EGamma/athena:GSF_clang into master

GSF, move methods that do not need to be class member (i.e not use anything from this) to be in an anonymous namespace

These were identified by readability-convert-member-functions-to-static clang-tidy. But I opted to move them in anonymous namespace in the .cxx rather have them as static (same effect) .

Merge request reports