[PATCH] D117894: [clang-format] Space between attribute closing parenthesis and qualified type colon.
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 21 12:11:32 PST 2022
HazardyKnusperkeks added a comment.
Is there any case where we want not a space after such paren (except it is also a paren)?
if (Left.is(TT_AttributeParen))
return Right.isNot(TT_attributeParen);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117894/new/
https://reviews.llvm.org/D117894
More information about the cfe-commits
mailing list