[all-commits] [llvm/llvm-project] 6c2a4e: [clangd] TUScheduler uses last active file for fil...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Wed Jun 2 13:57:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c2a4e28f4d1c0f525c53302c08808c1b4f8073b
      https://github.com/llvm/llvm-project/commit/6c2a4e28f4d1c0f525c53302c08808c1b4f8073b
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp

  Log Message:
  -----------
  [clangd] TUScheduler uses last active file for file-less queries

This enables requests like workspaceSymbols to be dispatched using the
file user was most recently operating on. A replacement for D103179.

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




More information about the All-commits mailing list