[Bf-blender-cvs] [99510e8b097] master: clang-format: add statement macro

Campbell Barton noreply at git.blender.org
Thu Apr 18 08:05:36 CEST 2019


Commit: 99510e8b097b7f3da641644dcb6ef6959da65367
Author: Campbell Barton
Date:   Thu Apr 18 08:04:03 2019 +0200
Branches: master
https://developer.blender.org/rB99510e8b097b7f3da641644dcb6ef6959da65367

clang-format: add statement macro

Disabled for now but corrects syntax when we switch to v8.

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

M	.clang-format

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

diff --git a/.clang-format b/.clang-format
index 43613eca95c..0ce77f88785 100644
--- a/.clang-format
+++ b/.clang-format
@@ -224,4 +224,5 @@ ForEachMacros:
 # Use once we bump the minimum verison to version 8.
 # # Without this string literals that in-line 'STRINGIFY' behave strangely (a bug?).
 # StatementMacros:
+#   - PyObject_VAR_HEAD
 #   - STRINGIFY



More information about the Bf-blender-cvs mailing list