[all-commits] [llvm/llvm-project] b0d949: [clangd] findExplicitReferences supports goto labels

Sam McCall via All-commits all-commits at lists.llvm.org
Tue May 19 07:50:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0d94964da8cf6c24ece253fdfc7f9e8016afee9
      https://github.com/llvm/llvm-project/commit/b0d94964da8cf6c24ece253fdfc7f9e8016afee9
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2020-05-19 (Tue, 19 May 2020)

  Changed paths:
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp

  Log Message:
  -----------
  [clangd] findExplicitReferences supports goto labels

Summary:
This means they're renamable and textDocument/highlight works

This fell out of D78454

Reviewers: adamcz

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

Tags: #clang

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


  Commit: 5bc0c8f009261425a25c1bb109f81b454c928bf5
      https://github.com/llvm/llvm-project/commit/5bc0c8f009261425a25c1bb109f81b454c928bf5
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2020-05-19 (Tue, 19 May 2020)

  Changed paths:
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp

  Log Message:
  -----------
  [clangd] Avoid StringRef entirely with gmock


Compare: https://github.com/llvm/llvm-project/compare/1f820e35596b...5bc0c8f00926


More information about the All-commits mailing list