[PATCH] D127270: [clang-format] Add space in placement new expression
omar ahmed via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 09:53:47 PDT 2022
omarahmed added inline comments.
================
Comment at: clang/docs/tools/dump_format_style.py:317
pass
+ elif state == State.InNestedEnum:
+ if line.startswith('///'):
----------------
MyDeveloperDay wrote:
> Can you show us a screenshot of how these changes will look in HTML?
{F23524556}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127270/new/
https://reviews.llvm.org/D127270
More information about the cfe-commits
mailing list