[all-commits] [llvm/llvm-project] cd9b2e: [clang][Syntax] Add spelledTokenAt helper to Token...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Tue Mar 3 05:30:48 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cd9b2e18bd69503e8d624d427caa3a0157b34e52
      https://github.com/llvm/llvm-project/commit/cd9b2e18bd69503e8d624d427caa3a0157b34e52
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/unittests/Tooling/Syntax/TokensTest.cpp

  Log Message:
  -----------
  [clang][Syntax] Add spelledTokenAt helper to TokenBuffer

Reviewers: sammccall

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D75503


  Commit: 3302af83ef79a8721f047f4b51b84dee8d823a0f
      https://github.com/llvm/llvm-project/commit/3302af83ef79a8721f047f4b51b84dee8d823a0f
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M clang-tools-extra/clangd/SemanticHighlighting.cpp

  Log Message:
  -----------
  [clangd] Make use of token buffers in semantic highlighting

Reviewers: hokein, sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D75447


  Commit: 3755039c99d85f93168cb7a36501c9586c19d3db
      https://github.com/llvm/llvm-project/commit/3755039c99d85f93168cb7a36501c9586c19d3db
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M clang-tools-extra/clangd/CMakeLists.txt
    A clang-tools-extra/clangd/CollectMacros.cpp
    M clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    M clang-tools-extra/clangd/XRefs.cpp

  Log Message:
  -----------
  [clangd] Get rid of getTokenRange helper

Summary:

Reviewers: sammccall

Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D75474


Compare: https://github.com/llvm/llvm-project/compare/3a063d68e3c9...3755039c99d8


More information about the All-commits mailing list