(C++) Tool

January 18, 2018 ยท View on GitHub

A tool is a program that helps you run and/or write good C++ code:

  • cachegrind
  • CMake
  • cppcheck
  • CodeCheck
  • Codecov
  • Doxygen
  • gcov
  • helgrind
  • memcheck
  • OCLint
  • qmake
  • UBSAN
  • valgrind

Advice

  • Use supporting tools as appropriate [1]

References

  • [1] C++ Core Guidelines: P.12: Use supporting tools as appropriate

Contents

  1. 1Advice
  2. 2References