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

Daan De Meyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 26 05:50:26 PDT 2020


DaanDeMeyer marked 3 inline comments as done.
DaanDeMeyer added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:2311
 
+  * ``SBPO_ControlStatementsExceptForEachMacros`` (in configuration: 
+    ``ControlStatementsExceptForEachMacros``)
----------------
MyDeveloperDay wrote:
> Normally this would be generated from the Format.h after running the dump style script in tools, did you?
I didn't think the docs were automatically generated. I added a comment to Format.h and re-generated the docs using the dump_format_style script.


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

https://reviews.llvm.org/D78869





More information about the cfe-commits mailing list