[Bf-blender-cvs] [ccbd62b984a] temp-clang-format: clang-format: disable StatementMacros, since it's not available in v7

Campbell Barton noreply at git.blender.org
Tue Apr 16 12:57:29 CEST 2019


Commit: ccbd62b984a713e3a83ad75997b1640a30402180
Author: Campbell Barton
Date:   Tue Apr 16 12:56:34 2019 +0200
Branches: temp-clang-format
https://developer.blender.org/rBccbd62b984a713e3a83ad75997b1640a30402180

clang-format: disable StatementMacros, since it's not available in v7

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

M	.clang-format

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

diff --git a/.clang-format b/.clang-format
index 2a78d115d85..035f9e6e048 100644
--- a/.clang-format
+++ b/.clang-format
@@ -221,6 +221,7 @@ ForEachMacros:
   - SEQ_BEGIN
   - foreach
 
-# Without this string literals that in-line 'STRINGIFY' behave strangely (a bug?).
-StatementMacros:
-  - STRINGIFY
+# Use once we bump the minimum verison to version 8.
+# # Without this string literals that in-line 'STRINGIFY' behave strangely (a bug?).
+# StatementMacros:
+#   - STRINGIFY



More information about the Bf-blender-cvs mailing list