[PATCH] D102730: [clang-format] Support custom If macros
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 22 08:01:13 PDT 2021
HazardyKnusperkeks added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:2983
/// \endcode
- SBPO_ControlStatementsExceptForEachMacros,
+ SBPO_ControlStatementsExceptControlMacros,
/// Put a space before opening parentheses only if the parentheses are not
----------------
Why did you change this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102730/new/
https://reviews.llvm.org/D102730
More information about the cfe-commits
mailing list