[PATCH] D95168: [clang-format] Add InsertBraces option
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 26 03:06:02 PDT 2021
MyDeveloperDay added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:2546
+**InsertBraces** (``BraceInsertionStyle``)
+ The brace insertion style to use for control flow statements.
----------------
I'm not convinced this code has been generated via doc/tools/dump_format_style.py can you confirm this or did you make this change by hand?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95168/new/
https://reviews.llvm.org/D95168
More information about the cfe-commits
mailing list