[PATCH] D59887: [Syntax] Introduce TokenBuffer, start clangToolingSyntax library
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 17 06:24:51 PDT 2019
ilya-biryukov updated this revision to Diff 200030.
ilya-biryukov added a comment.
- Skip annotation tokens, some of them are reported by the preprocessor but we don't want them in the final expanded stream.
- Add functions to compute FileRange of tokens, add tests for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59887/new/
https://reviews.llvm.org/D59887
Files:
clang/include/clang/Tooling/Syntax/Tokens.h
clang/lib/Tooling/CMakeLists.txt
clang/lib/Tooling/Syntax/CMakeLists.txt
clang/lib/Tooling/Syntax/Tokens.cpp
clang/unittests/Tooling/CMakeLists.txt
clang/unittests/Tooling/Syntax/CMakeLists.txt
clang/unittests/Tooling/Syntax/TokensTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59887.200030.patch
Type: text/x-patch
Size: 57648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190517/58d73f67/attachment-0001.bin>
More information about the cfe-commits
mailing list