[all-commits] [llvm/llvm-project] 159dd4: [clangd][ObjC] Highlight Objc Ivar refs

David Goldman via All-commits all-commits at lists.llvm.org
Thu May 6 08:42:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 159dd447fe98f558879343d660b5bfe90779609f
      https://github.com/llvm/llvm-project/commit/159dd447fe98f558879343d660b5bfe90779609f
  Author: David Goldman <davg at google.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

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

  Log Message:
  -----------
  [clangd][ObjC] Highlight Objc Ivar refs

Treat them just like we do for properties - as a `property` semantic
token although ideally we could differentiate the two.

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




More information about the All-commits mailing list