Skip to content

AFP,ALFA clang-tidy and cppcheck related fixes

AFP,ALFA clang-tidy and cppcheck related fixes

The main ones relate to

  • use nullptr
  • pass by const reference
  • initialize variables
  • use empty()
  • prefer prefix
  • use c++ style headers e.g. cmath rather than math.hetc

Merge request reports