ForEachMacros
ForEachMacros (List of Strings
)¶
Info
clang-format 3.7
宏的矢量,应该解释为 foreach
循环,而不是函数调用。
这些应该是以下形式的宏:
FOREACH(<variable-declaration>, ...)
<loop-body>
在 .clang-format
配置文件中,可以这样配置:
ForEachMacros: ['RANGES_FOR', 'FOREACH']
例如: BOOST_FOREACH
最后更新:
2022-10-31