[PATCH] D127270: [clang-format] Add space in placement new expression
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 03:26:32 PDT 2022
MyDeveloperDay added a comment.
I think you are missing a PARSE unit test
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:4261
+ **AfterPlacementOperator** (``AfterPlacementOperatorStyle``) :versionbadge:`clang-format 14`
+ Defines in which cases to put a space between new/delete operators and opening parentheses.
----------------
Are you making this by hand or by running tools/docs/dump_format_style.py?
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