mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Add more ForEachMacros to clang-format file
contrib/ * clang-format (ForEachMacros): Add missing cases for EXECUTE_IF_... macros.
This commit is contained in:
parent
7c0e2159af
commit
d42f3ad0f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user