[PATCH] D127270: [clang-format] Add space in placement new expression
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 14 08:29:26 PDT 2022
curdeius accepted this revision.
curdeius added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:3504
+ enum AfterPlacementOperatorStyle : int8_t {
+ /// Removes space after ``new/delete`` operators and before ``(``.
+ /// \code
----------------
We have verbs: removes, add, leave. Si I think it should be "remove" here.
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