[PATCH] D79401: [clang-format] [PR45639] clang-format splits up the brackets of C++17 attribute [[ ]] when used with the first parameter
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 6 14:09:23 PDT 2020
MyDeveloperDay added a comment.
> You could adapt that code to not break before the second `TT_AttributeSquare` in `[[` or `]]`; this will have the same effect and generalize.
sounds good... let me try that change and see if we like it better
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79401/new/
https://reviews.llvm.org/D79401
More information about the cfe-commits
mailing list