[PATCH] D107958: [clang-format] NFC update the ClangFormatStyleOption.rst following previous change

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 12 05:16:22 PDT 2021


MyDeveloperDay created this revision.
MyDeveloperDay added reviewers: curdeius, HazardyKnusperkeks, lunasorcery.
MyDeveloperDay added projects: clang, clang-format.
MyDeveloperDay requested review of this revision.

clang/docs/tool/dump_format_style.py was not run as part of  D99840: [clang-format] Correctly attach enum braces with ShortEnums disabled <https://reviews.llvm.org/D99840>

Bring ClangFormatStyleOptions.rst back in line.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107958

Files:
  clang/docs/ClangFormatStyleOptions.rst


Index: clang/docs/ClangFormatStyleOptions.rst
===================================================================
--- clang/docs/ClangFormatStyleOptions.rst
+++ clang/docs/ClangFormatStyleOptions.rst
@@ -741,8 +741,7 @@
     enum { A, B } myEnum;
 
     false:
-    enum
-    {
+    enum {
       A,
       B
     } myEnum;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107958.365974.patch
Type: text/x-patch
Size: 324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210812/2eb641e5/attachment.bin>


More information about the cfe-commits mailing list