Skip to content

Commit

Permalink
Clang-Tidy: Add more checks
Browse files Browse the repository at this point in the history
Most of the changes were done by clang-tidy --fix for
readability-braces-around-statements.
  • Loading branch information
WeiqunZhang committed Aug 3, 2023
1 parent 67b8a5b commit 31d9164
Show file tree
Hide file tree
Showing 241 changed files with 4,446 additions and 3,567 deletions.
8 changes: 5 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ Checks: >
-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-*,
misc-misplaced-const,
misc-*,
-misc-const-correctness,
-misc-non-private-member-variables-in-classes,
-misc-no-recursion,
modernize-*,
-modernize-avoid-c-arrays,
-modernize-macro-to-enum,
-modernize-return-braced-init-list,
-modernize-use-trailing-return-type,
performance-*,
portability-*,
readability-*,
-readability-braces-around-statements,
-readability-container-data-pointer,
-readability-else-after-return,
-readability-function-cognitive-complexity,
-readability-function-size,
Expand Down
Loading

0 comments on commit 31d9164

Please sign in to comment.