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: _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
