[PATCH] D118879: [clang-format] Avoid merging macro definitions.
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 3 04:14:28 PST 2022
owenpan accepted this revision.
owenpan added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:1812
+ Style.BraceWrapping.AfterFunction = true;
+ // Test that a macro definition gets never merged with the following
+ // definition.
----------------
================
Comment at: clang/unittests/Format/FormatTest.cpp:1814
+ // definition.
+ // FIXME: The AAA macro definition should probably not be splitted into 3
+ // lines.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118879/new/
https://reviews.llvm.org/D118879
More information about the cfe-commits
mailing list