[PATCH] D93938: [clang-format] Fixed AfterEnum handling
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 30 02:42:43 PST 2020
curdeius requested changes to this revision.
curdeius added a comment.
This revision now requires changes to proceed.
Please add and fix tests.
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2485
- if (!Style.AllowShortEnumsOnASingleLine)
- addUnwrappedLine();
----------------
Why is this removed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93938/new/
https://reviews.llvm.org/D93938
More information about the cfe-commits
mailing list