[PATCH] D155529: [clang-format] Add SpaceInParensOption for __attribute__ keyword
Gedare Bloom via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 22:26:47 PDT 2023
gedare marked an inline comment as done.
gedare added a comment.
I simplified this to treat the double parens identically, so that it will either inject spaces inside both parens, or not.
Note: This option is necessary to disable ``SpacesInParens.Other`` from adding spaces inside of ``__attribute__((...))``.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155529/new/
https://reviews.llvm.org/D155529
More information about the cfe-commits
mailing list