Clang-Tidy: ignore some newer checks

Those checks have been added to clang tidy within the last year.
They fail when I use a clang tidy version I built from source.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D8302
This commit is contained in:
Jacques Lucke 2020-07-15 14:23:51 +02:00
parent 5a11c8ba24
commit efc6f6e1ae
1 changed files with 2 additions and 0 deletions

View File

@ -23,12 +23,14 @@ Checks: >
-readability-static-accessed-through-instance,
-readability-redundant-declaration,
-readability-qualified-auto,
-readability-use-anyofallof,
bugprone-*,
-bugprone-narrowing-conversions,
-bugprone-unhandled-self-assignment,
-bugprone-branch-clone,
-bugprone-macro-parentheses,
-bugprone-reserved-identifier,
-bugprone-sizeof-expression,
-bugprone-integer-division,