[PATCH] D88299: [clang-format] Add MacroUnexpander.
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 11 12:48:35 PDT 2022
klimek marked 7 inline comments as done.
klimek added inline comments.
================
Comment at: clang/lib/Format/Macros.h:201
+ /// Generally, this line tries to have the same structure as the expanded,
+ /// formatted unwrapped lines handed in via \c addLine(), with the exception
+ /// that for multiple top-level lines, each subsequent line will be the
----------------
sammccall wrote:
> you could give this a name like "tail form", and then refer to it in docs of MacroCallReconstructor::Result, in MacroCallReconstructor.cpp:482, etc.
>
> Up to you.
I'm somewhat unhappy with the term "tail form"; happy to do this in a subsequent change if we find a better name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88299/new/
https://reviews.llvm.org/D88299
More information about the cfe-commits
mailing list