[PATCH] D72581: [Syntax] Add mapping from spelled to expanded tokens for TokenBuffer

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 12 21:16:57 PST 2020


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: sammccall.
Herald added a project: clang.

Same restrictions apply as in the other direction: macro arguments are
not supported yet, only full macro expansions can be mapped.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72581

Files:
  clang/include/clang/Tooling/Syntax/Tokens.h
  clang/lib/Tooling/Syntax/Tokens.cpp
  clang/unittests/Tooling/Syntax/TokensTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72581.237576.patch
Type: text/x-patch
Size: 11145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200113/3d22333e/attachment.bin>


More information about the cfe-commits mailing list