Tools
compiler
clang-format
# Formats all files with endings .h .hpp .cpp inplace (overrides).
find . -iname '*.h' -o -iname '*.hpp' -o -iname '*.cpp' | xargs clang-format -iclang-tidy
compiler-explorer
coverage
Makefile/Scripts
Last updated