From: Lehua Ding Date: Sat, 3 Jun 2023 15:54:24 +0000 (-0600) Subject: Add more ForEachMacros to clang-format file X-Git-Tag: basepoints/gcc-15~8618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42f3ad0f79619d40e9060c22d8019ebf5cbed3e;p=thirdparty%2Fgcc.git Add more ForEachMacros to clang-format file contrib/ * clang-format (ForEachMacros): Add missing cases for EXECUTE_IF_... macros. --- diff --git a/contrib/clang-format b/contrib/clang-format index 5d264aee3c60..8cfee99cd15e 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