Skip to content
Snippets Groups Projects
.clang-tidy 328 B
Newer Older
---
Checks: >
    cert-*,
    -cert-err58-cpp,
    misc-misplaced-const,
    performance-*,
    modernize-*,
    bugprone-*,
    -modernize-use-trailing-return-type,
    -modernize-concat-nested-namespaces,
    -modernize-use-auto,
    -clang-analyzer-cplusplus.NewDeleteLeaks,
    -clang-analyzer-security.FloatLoopCounter
...