llvm-project/clang/unittests/Tooling/Syntax
Sam McCall f0ab336e74 [Syntax] expose API for expansions overlapping a spelled token range.
Summary:
This allows efficiently accessing all expansions (without iterating over each
token and searching), and also identifying tokens within a range that are
affected by the preprocessor (which is how clangd will use it).

Subscribers: ilya-biryukov, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D84009
2020-07-20 14:48:12 +02:00
..
CMakeLists.txt Run syntax tree tests in many language modes 2020-06-02 10:30:01 +02:00
TokensTest.cpp [Syntax] expose API for expansions overlapping a spelled token range. 2020-07-20 14:48:12 +02:00
TreeTest.cpp Add kinded UDL for raw literal operator and numeric literal operator template 2020-07-10 16:21:11 +00:00