[PATCH] D83218: Hand Allocator and IdentifierTable into FormatTokenLexer.
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 12:53:52 PDT 2020
klimek created this revision.
klimek added a reviewer: sammccall.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This allows us to share the allocator in the future so we can create tokens while parsing.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83218
Files:
clang/lib/Format/FormatTokenLexer.cpp
clang/lib/Format/FormatTokenLexer.h
clang/lib/Format/TokenAnalyzer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83218.275686.patch
Type: text/x-patch
Size: 4837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200706/b0a2a858/attachment-0001.bin>
More information about the cfe-commits
mailing list