[Bf-blender-cvs] [dfdd23bae6b] master: Clang-Tidy: Silence warning affecting newer code

Sergey Sharybin noreply at git.blender.org
Fri Jul 3 10:26:21 CEST 2020


Commit: dfdd23bae6b3361111ded70c811a7ec86f4d76a9
Author: Sergey Sharybin
Date:   Fri Jul 3 10:22:18 2020 +0200
Branches: master
https://developer.blender.org/rBdfdd23bae6b3361111ded70c811a7ec86f4d76a9

Clang-Tidy: Silence warning affecting newer code

For now Clang-Tidy should be passable with the codebase as is. This warning
will be addressed as quality day task.

===================================================================

M	.clang-tidy

===================================================================

diff --git a/.clang-tidy b/.clang-tidy
index 7017ce9e97d..f4b7bc3e3be 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -30,6 +30,7 @@ Checks:  >
   -readability-redundant-string-cstr,
   -readability-static-accessed-through-instance,
   -readability-redundant-declaration,
+  -readability-qualified-auto,
 
   bugprone-*,
   -bugprone-narrowing-conversions,
@@ -50,5 +51,6 @@ Checks:  >
   -bugprone-parent-virtual-call,
   -bugprone-infinite-loop,
   -bugprone-copy-constructor-init,
+  -bugprone-lambda-function-name,
 
 WarningsAsErrors: '*'



More information about the Bf-blender-cvs mailing list