[Bf-blender-cvs] [7c603e69285] soc-2020-io-performance: Blender source doesn't yet permit modernize-use-override

Howard Trickey noreply at git.blender.org
Sun Mar 14 21:06:27 CET 2021


Commit: 7c603e69285a2466543a28715a1048aa69b40045
Author: Howard Trickey
Date:   Sun Mar 14 13:57:11 2021 -0400
Branches: soc-2020-io-performance
https://developer.blender.org/rB7c603e69285a2466543a28715a1048aa69b40045

Blender source doesn't yet permit modernize-use-override

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

M	.clang-tidy

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

diff --git a/.clang-tidy b/.clang-tidy
index 79fbe1a9262..d7dc64b140d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -39,7 +39,8 @@ Checks:  >
   -modernize-use-nodiscard,
   -modernize-loop-convert,
   -modernize-pass-by-value,
-  -modernize-raw-string-literal
+  -modernize-raw-string-literal,
+  -modernize-use-override
 
 WarningsAsErrors: '*'
 CheckOptions:



More information about the Bf-blender-cvs mailing list