Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-24 03:21:45 +0300
committerCampbell Barton <campbell@blender.org>2022-06-24 03:22:46 +0300
commit70648683a2aa97c7d0ebd310d7a2ab564bcd4fed (patch)
treecd3a23f8e0d6f75612692e02f93ef223f5e934a5 /.clang-format
parentcc09661c4ef586ebb03bc6a833099819bd38485c (diff)
Cleanup: add C++ compatible WL_ARRAY_FOR_EACH macro
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index f7b785adaf2..7b8e0ef8eba 100644
--- a/.clang-format
+++ b/.clang-format
@@ -265,6 +265,7 @@ ForEachMacros:
- SET_SLOT_PROBING_BEGIN
- MAP_SLOT_PROBING_BEGIN
- VECTOR_SET_SLOT_PROBING_BEGIN
+ - WL_ARRAY_FOR_EACH
StatementMacros:
- PyObject_HEAD