Merge pull request #10620 from akallabeth/clang-tidy-refine

[clang-tidy] disable cppcoreguidelines-pro-bounds-pointer-arithmetic
This commit is contained in:
akallabeth 2024-09-17 12:24:58 +02:00 committed by GitHub
commit 84c7fbe922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,9 +39,11 @@ Checks: >
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-macro-to-enum,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-no-malloc,
-google-readability-braces-around-statements,
-google-readability-todo,
-hicpp-avoid-c_arrays,
-hicpp-braces-around-statements,
-hicpp-no-array-decay,
-hicpp-no-assembler,