[PATCH] D83296: [clang-format] Add a MacroExpander.
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 04:54:14 PDT 2020
klimek created this revision.
klimek added a reviewer: sammccall.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
The MacroExpander allows to expand simple (non-resursive) macro
definitions from a macro identifier token and macro arguments. It
annotates the tokens with a newly introduced MacroContext that keeps
track of the role a token played in expanding the macro in order to
be able to reconstruct the macro expansion from an expanded (formatted)
token stream.
Made Token explicitly copy-able to enable copying tokens from the parsed
macro definition.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83296
Files:
clang/lib/Format/CMakeLists.txt
clang/lib/Format/FormatToken.h
clang/lib/Format/MacroExpander.cpp
clang/lib/Format/MacroExpander.h
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/MacroExpanderTest.cpp
clang/unittests/Format/TestLexer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83296.275998.patch
Type: text/x-patch
Size: 22617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200707/9943b454/attachment-0001.bin>
More information about the cfe-commits
mailing list