public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1521] Add more ForEachMacros to clang-format file
@ 2023-06-03 15:55 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-06-03 15:55 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d42f3ad0f79619d40e9060c22d8019ebf5cbed3e

commit r14-1521-gd42f3ad0f79619d40e9060c22d8019ebf5cbed3e
Author: Lehua Ding <lehua.ding@rivai.ai>
Date:   Sat Jun 3 09:54:24 2023 -0600

    Add more ForEachMacros to clang-format file
    
    contrib/
            * clang-format (ForEachMacros): Add missing cases
            for EXECUTE_IF_... macros.

Diff:
---
 contrib/clang-format | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/contrib/clang-format b/contrib/clang-format
index 5d264aee3c6..8cfee99cd15 100644
--- a/contrib/clang-format
+++ b/contrib/clang-format
@@ -194,7 +194,15 @@ ForEachMacros: [
 'FOR_EACH_WIDER_MODE',
 'FOR_EXPR',
 'FOR_INIT_STMT',
-'FOR_SCOPE'
+'FOR_SCOPE',
+'EXECUTE_IF_SET_IN_BITMAP',
+'EXECUTE_IF_AND_IN_BITMAP',
+'EXECUTE_IF_AND_COMPL_IN_BITMAP',
+'EXECUTE_IF_SET_IN_REG_SET',
+'EXECUTE_IF_SET_IN_HARD_REG_SET',
+'EXECUTE_IF_AND_COMPL_IN_REG_SET',
+'EXECUTE_IF_AND_IN_REG_SET',
+'EXECUTE_IF_SET_IN_SPARSESET'
 ]
 IndentCaseLabels: false
 NamespaceIndentation: None

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-03 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03 15:55 [gcc r14-1521] Add more ForEachMacros to clang-format file Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).