[all-commits] [llvm/llvm-project] 7c15dd: [clang-format] Add space in placement new expression
Omar Ahmed via All-commits
all-commits at lists.llvm.org
Fri Oct 20 03:16:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c15dd60ec4549f53f1a51c5302c61f8a025a4a5
https://github.com/llvm/llvm-project/commit/7c15dd60ec4549f53f1a51c5302c61f8a025a4a5
Author: Omar Ahmed <omarpiratee2010 at gmail.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/tools/dump_format_style.py
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/ConfigParseTest.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Add space in placement new expression
Add AfterPlacementNew option to SpaceBeforeParensOptions to have more
control on placement new expressions.
Fixes #41501
Relates to #54703
Differential Revision: https://reviews.llvm.org/D127270
More information about the All-commits
mailing list