clang-tidy
C++のlinter
https://clang.llvm.org/extra/clang-tidy/
GNU parallelによる並列化
https://kemizuki.hateblo.jp/entry/2024/03/30/022204
vscodeで使う
https://devblogs.microsoft.com/cppblog/visual-studio-code-c-december-2021-update-clang-tidy/
命名規則をそろえる
readability-identifier-namingを使う
https://qiita.com/tenmyo/items/9753609385c7e4ff5222
google
https://gist.github.com/airglow923/1fa3bda42f2b193920d7f46ee8345e04
.clang-tidyで設定
FormatStyleでClangFormatを実行できる
#2025-11-09 16:49:39