[PATCH] D129926: [clang-format] Handle constructor invocations after new operator in C# correct
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 17 01:00:31 PDT 2022
curdeius accepted this revision.
curdeius added a comment.
LGTM.
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2864
do {
+ // Handle constructor invocation
+ if (FormatTok->is(tok::l_paren))
----------------
Nit: comments should be full phrases, ending with full stops
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129926/new/
https://reviews.llvm.org/D129926
More information about the cfe-commits
mailing list