git: 4e669a95d614 - stable/13 - clang-format: Add bitset loop macros
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:23:10 UTC
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=4e669a95d614092855dcaa5d250d088ad7e95c67
commit 4e669a95d614092855dcaa5d250d088ad7e95c67
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-09-21 15:39:49 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-11-01 13:20:11 +0000
clang-format: Add bitset loop macros
Sponsored by: The FreeBSD Foundation
(cherry picked from commit a3e3d90863f3af81bca485468814a787206a235d)
---
.clang-format | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.clang-format b/.clang-format
index 06709b762ec1..34ed52f7db51 100644
--- a/.clang-format
+++ b/.clang-format
@@ -52,7 +52,11 @@ ForEachMacros:
- ARB_FOREACH_REVERSE
- ARB_FOREACH_REVERSE_FROM
- ARB_FOREACH_REVERSE_SAFE
+ - BIT_FOREACH_ISCLR
+ - BIT_FOREACH_ISSET
- CPU_FOREACH
+ - CPU_FOREACH_ISCLR
+ - CPU_FOREACH_ISSET
- FOREACH_THREAD_IN_PROC
- FOREACH_PROC_IN_SYSTEM
- FOREACH_PRISON_CHILD