[Bf-blender-cvs] [eb16cebee4c] soc-2020-io-performance: Current blender source hasn't modernized all string literals.

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


Commit: eb16cebee4ca7c1eb6a72d5c420c238e46be2392
Author: Howard Trickey
Date:   Sun Mar 14 13:47:57 2021 -0400
Branches: soc-2020-io-performance
https://developer.blender.org/rBeb16cebee4ca7c1eb6a72d5c420c238e46be2392

Current blender source hasn't modernized all string literals.

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

M	.clang-tidy

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

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



More information about the Bf-blender-cvs mailing list