[PATCH] D88299: [clang-format] Add MacroUnexpander.
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 25 06:28:11 PDT 2020
klimek created this revision.
klimek added a reviewer: sammccall.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
klimek requested review of this revision.
MacroUnexpander applies the structural formatting of expanded lines into
UnwrappedLines to the corresponding unexpanded macro calls, resulting in
UnwrappedLines for the macro calls the user typed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88299
Files:
clang/lib/Format/CMakeLists.txt
clang/lib/Format/FormatToken.h
clang/lib/Format/MacroUnexpander.cpp
clang/lib/Format/Macros.h
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/MacroUnexpanderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88299.294294.patch
Type: text/x-patch
Size: 49677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200925/55792a7c/attachment-0001.bin>
More information about the cfe-commits
mailing list