[PATCH] D78869: clang-format: Add ControlStatementsExceptForEachMacros option to SpaceBeforeParens

Mitchell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 09:07:28 PDT 2020


mitchell-stellar added a comment.

I often:

1. Commit the change to my local repo, following the style of previous commit messages for clang-format.
2. Build and run the clang-format tests and make sure they pass.
3. Pull, rebase, and push. (Linear history is enforced.)
4. Build and run the clang-format tests again just in case. (Optional)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78869/new/

https://reviews.llvm.org/D78869





More information about the cfe-commits mailing list