2024-01-19 02:45:37 -06:00
|
|
|
Checks:
|
|
|
|
|
bugprone*,
|
|
|
|
|
clang-analyzer*,
|
|
|
|
|
google*,
|
|
|
|
|
misc*,
|
|
|
|
|
modernize*,
|
|
|
|
|
-abseil*,
|
|
|
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
|
-bugprone-reserved-identifier,
|
|
|
|
|
-clang-analyzer-security.insecureAPI.strcpy,
|
2025-09-03 23:14:37 -05:00
|
|
|
-clang-diagnostic-sign-conversion,
|
|
|
|
|
-clang-diagnostic-unused-parameter,
|
2024-01-19 02:45:37 -06:00
|
|
|
-cppcoreguidelines*,
|
|
|
|
|
-cppcoreguidelines-pro*,
|
2025-07-14 19:08:11 -05:00
|
|
|
-google-readability*,
|
2025-09-03 23:14:37 -05:00
|
|
|
-google-runtime-int,
|
|
|
|
|
-misc-const-correctness,
|
|
|
|
|
-misc-include-cleaner,
|
2024-01-19 02:45:37 -06:00
|
|
|
-misc-non-copyable-objects,
|
2025-09-03 23:14:37 -05:00
|
|
|
-misc-unused-parameters,
|
2024-01-19 02:45:37 -06:00
|
|
|
-misc-use-anonymous-namespace,
|
2025-09-03 23:14:37 -05:00
|
|
|
-misc-use-internal-linkage,
|
2024-01-19 02:45:37 -06:00
|
|
|
-modernize-avoid-c-arrays,
|
2025-09-03 23:14:37 -05:00
|
|
|
-modernize-macro-to-enum,
|
2024-01-19 02:45:37 -06:00
|
|
|
-modernize-redundant-void-arg,
|
|
|
|
|
-modernize-use-auto,
|
|
|
|
|
-modernize-use-nodiscard,
|
|
|
|
|
-modernize-use-noexcept,
|
2025-09-03 23:14:37 -05:00
|
|
|
-modernize-use-nullptr,
|
2024-01-19 02:45:37 -06:00
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
|
-modernize-use-using,
|
|
|
|
|
-performance*,
|
|
|
|
|
-readability*,
|