diff options
| author | JF <JF002@users.noreply.github.com> | 2021-10-30 15:16:50 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-30 15:16:50 (GMT) |
| commit | 4cf746f167ce5a75715dfa8154aae71b196f5144 (patch) | |
| tree | c83bf81bcddf2722edb2390dd657d047c99024bd | |
| parent | e051504deaf4db166c08ec9693c575006ee12c8e (diff) | |
| parent | 22f167dd0ae37a35fdfd9a8222c85384a4bc3b4c (diff) | |
Merge pull request #793 from Riksu9000/tidy_warnings
Exclude some clang-tidy checks
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 8b9e7c0..df52357 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,6 +1,7 @@ Checks: '*, -altera-unroll-loops, -llvmlibc-callee-namespace, + -llvmlibc-restrict-system-libc-headers, -llvm-header-guard, -llvm-namespace-comment, -google-build-using-namespace, @@ -9,6 +10,7 @@ Checks: '*, -fuchsia-statically-constructed-objects, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-constant-array-index, + -cppcoreguidelines-pro-type-static-cast-downcast, -cppcoreguidelines-pro-type-union-access, -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-vararg, |
