[all-commits] [llvm/llvm-project] b1fbc0: [clangd] Support "usedAsMutableReference" in membe...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Fri Jul 8 20:16:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1fbc0519c5224de44b2711f8a813b24d767dd3e
      https://github.com/llvm/llvm-project/commit/b1fbc0519c5224de44b2711f8a813b24d767dd3e
  Author: Christian Kandeler <christian.kandeler at qt.io>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

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

  Log Message:
  -----------
  [clangd] Support "usedAsMutableReference" in member initializations

That is, mark constructor parameters being used to initialize
non-const reference members.

Reviewed By: nridge

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




More information about the All-commits mailing list