[all-commits] [llvm/llvm-project] a68bcd: [clangd] Index unscoped enums in class scope for c...

Tom Praschan via All-commits all-commits at lists.llvm.org
Wed Nov 2 03:51:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a68bcd81dcc90fc7d6fbe4013569774a19097c4a
      https://github.com/llvm/llvm-project/commit/a68bcd81dcc90fc7d6fbe4013569774a19097c4a
  Author: Tom Praschan <13141438+tom-anders at users.noreply.github.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TestIndex.cpp
    M clang-tools-extra/clangd/unittests/TestIndex.h

  Log Message:
  -----------
  [clangd] Index unscoped enums in class scope for code completion

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

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




More information about the All-commits mailing list