[PATCH] D93986: [clang-format] Add the possibility to align assignments spanning empty lines or comments
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 22 01:31:10 PST 2021
curdeius added inline comments.
================
Comment at: clang/docs/tools/dump_format_style.py:194
+ # is used.
+ pass
elif state == State.InEnumMemberComment:
----------------
Just a nit, maybe we should have a warning at least?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93986/new/
https://reviews.llvm.org/D93986
More information about the cfe-commits
mailing list