[all-commits] [llvm/llvm-project] 7138e7: [clangd] Avoid recursion on UnresolvedUsingValueDe...

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sun Mar 19 01:30:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7138e75d1bb5008b9278359dc83f05c668e104c2
      https://github.com/llvm/llvm-project/commit/7138e75d1bb5008b9278359dc83f05c668e104c2
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2023-03-19 (Sun, 19 Mar 2023)

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

  Log Message:
  -----------
  [clangd] Avoid recursion on UnresolvedUsingValueDecl during semantic highlighting

Fixes https://github.com/clangd/clangd/issues/1313

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




More information about the All-commits mailing list