[all-commits] [llvm/llvm-project] 990c18: [clangd] Add scoped enum constants to all-scopes-c...
Tom Praschan via All-commits
all-commits at lists.llvm.org
Wed Nov 2 11:41:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 990c189379679f92cd9af4cd384e476a94c0e819
https://github.com/llvm/llvm-project/commit/990c189379679f92cd9af4cd384e476a94c0e819
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/CodeComplete.h
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
Log Message:
-----------
[clangd] Add scoped enum constants to all-scopes-completion
This was originally part of https://reviews.llvm.org/D136925, but we decided to move it to a separate patch.
In case it turns out to be controversial, it can be reverted more easily.
Differential Revision: https://reviews.llvm.org/D137104
More information about the All-commits
mailing list