You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit dbc4d281bd6954362ccfc0747893ceaae842671b
Author: Luis Penagos <[email protected]>
Date: Thu Feb 24 09:48:24 2022 +0100
[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
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
clang-format doesn't want to add a space after the
new
even though I believe that's the standard practice.The text was updated successfully, but these errors were encountered: