git: a3e3d90863f3 - main - clang-format: Add bitset loop macros

Mark Johnston markj at FreeBSD.org
Tue Sep 21 16:09:23 UTC 2021


The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=a3e3d90863f3af81bca485468814a787206a235d

commit a3e3d90863f3af81bca485468814a787206a235d
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-09-21 15:39:49 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-09-21 16:08:01 +0000

    clang-format: Add bitset loop macros
    
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
---
 .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


More information about the dev-commits-src-all mailing list