[all-commits] [llvm/llvm-project] dbc4d2: [clang-format] Do not insert space after new/delet...
luis via All-commits
all-commits at lists.llvm.org
Thu Feb 24 01:06:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbc4d281bd6954362ccfc0747893ceaae842671b
https://github.com/llvm/llvm-project/commit/dbc4d281bd6954362ccfc0747893ceaae842671b
Author: Luis Penagos <luis at penagos.co>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Do not insert space after new/delete keywords in C function declarations
Fixes https://github.com/llvm/llvm-project/issues/46915.
Reviewed By: curdeius, HazardyKnusperkeks
Differential Revision: https://reviews.llvm.org/D120374
More information about the All-commits
mailing list