[PATCH] D93846: Add flag to suppress empty line insertion before access modifier

2020-12-27 Thread MyDeveloperDay via Phabricator via cfe-commits
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

[PATCH] D93846: Add flag to suppress empty line insertion before access modifier

2020-12-27 Thread Albertas Vyšniauskas via Phabricator via cfe-commits
thezbyg created this revision. thezbyg added a reviewer: MyDeveloperDay. thezbyg requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Add new option called InsertEmptyLineBeforeAccessModifier. Empty line before access modifier is inserted if th