[PATCH] D93776: [clang-format] Add StatementAttributeLikeMacros option
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 16 00:02:37 PST 2021
curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.
LGTM apart from the minor comment.
But I'd like @mydeveloperday to have a look too.
================
Comment at: clang/lib/Format/FormatToken.h:54
TYPE(FunctionTypeLParen) \
+ TYPE(StatementAttributeLikeMacro) \
TYPE(ImplicitStringLiteral) \
----------------
HazardyKnusperkeks wrote:
> This one I will move down, it was named differently before and I forgot to resort it after renaming.
Please sort it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93776/new/
https://reviews.llvm.org/D93776
More information about the cfe-commits
mailing list