MyDeveloperDay added a comment.

Thank you for this patch, a few process issues.



================
Comment at: clang/include/clang/Format/Format.h:58
 
+  /// If true, the empty line is inserted before access modifiers
+  /// \code
----------------
you need to run clang/doc/tools/dump_style.py so that it regenerates the 
ClangFormatsStyleOptions.rst file


================
Comment at: clang/include/clang/Format/Format.h:68
+  /// \endcode
+  bool InsertEmptyLineBeforeAccessModifier;
+
----------------
quite a mouthful... maybe just `NewLineBeforeAccessModifier` ?


================
Comment at: clang/test/Format/access-modifiers.cpp:1
+// RUN: grep -Ev "// *[A-Z-]+:" %s \
+// RUN:   | clang-format -style="{BasedOnStyle: LLVM, 
InsertEmptyLineBeforeAccessModifier: true}" -lines=1:10 \
----------------
This is good to add, but could you also add a test in 
`clang/unittests/Format/FormatTests.cpp`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93846

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D93846: Add ... Albertas Vyšniauskas via Phabricator via cfe-commits
    • [PATCH] D93846:... MyDeveloperDay via Phabricator via cfe-commits

Reply via email to