Skip to content

Commit

Permalink
Permanantly disable cppcoreguidelines-pro-bounds-constant-array-index
Browse files Browse the repository at this point in the history
While this would be a good check to have on it's just not feasible in
GPU code. I did fix it in CPU code though.
  • Loading branch information
bcaddy committed Jul 10, 2023
1 parent 055376b commit a63d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Checks: "*,
-misc-unused-parameters,
-hicpp-multiway-paths-covered,
-cert-err58-cpp,
-cppcoreguidelines-pro-bounds-constant-array-index,
google-readability-avoid-underscore-in-googletest-name,
google-upgrade-googletest-case,
Expand Down Expand Up @@ -71,7 +72,6 @@ Checks: "*,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-prefer-member-initializer,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-cstyle-cast,
-cppcoreguidelines-pro-type-member-init,
Expand Down

0 comments on commit a63d527

Please sign in to comment.