[PATCH] D121269: [clang-format] Fix namespace format when the name is followed by a macro
Zequan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 9 15:05:08 PST 2022
zequanwu updated this revision to Diff 414222.
zequanwu marked 2 inline comments as done.
zequanwu added a comment.
Refactor.
Add a test for `namespace A __attribute__((availability(macos, introduced=10.15))) {`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121269/new/
https://reviews.llvm.org/D121269
Files:
clang/lib/Format/NamespaceEndCommentsFixer.cpp
clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121269.414222.patch
Type: text/x-patch
Size: 6888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220309/94835b57/attachment-0001.bin>
More information about the cfe-commits
mailing list