[all-commits] [llvm/llvm-project] 3f8da5: [Tooling/Syntax] Helpers to find spelled tokens to...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Dec 12 03:59:58 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f8da5d0910772dc1f6198916a9141bf1d5be885
https://github.com/llvm/llvm-project/commit/3f8da5d0910772dc1f6198916a9141bf1d5be885
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Tooling/Syntax/Tokens.h
M clang/lib/Tooling/Syntax/Tokens.cpp
M clang/unittests/Tooling/Syntax/TokensTest.cpp
Log Message:
-----------
[Tooling/Syntax] Helpers to find spelled tokens touching a location.
Summary: Useful when positions are used to target nodes, with before/after ambiguity.
Reviewers: ilya-biryukov, kbobyrev
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71356
More information about the All-commits
mailing list