Commit: efc6f6e1ae714f7471ebefbfaa21699214111d81 Author: Jacques Lucke Date: Wed Jul 15 14:23:51 2020 +0200 Branches: master https://developer.blender.org/rBefc6f6e1ae714f7471ebefbfaa21699214111d81
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 =================================================================== M .clang-tidy =================================================================== diff --git a/.clang-tidy b/.clang-tidy index ad8a89cab87..7cf2830d438 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -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, _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
