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;
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;
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits