[all-commits] [llvm/llvm-project] 275716: [clangd] Derive new signals in CC from ASTSignals.
Utkarsh Saxena via All-commits
all-commits at lists.llvm.org
Mon Jan 18 08:45:21 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 275716d6db79a6da3d5cee12139dd0c0abf8fd07
https://github.com/llvm/llvm-project/commit/275716d6db79a6da3d5cee12139dd0c0abf8fd07
Author: Utkarsh Saxena <usx at google.com>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/CodeComplete.h
M clang-tools-extra/clangd/Quality.cpp
M clang-tools-extra/clangd/Quality.h
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Derive new signals in CC from ASTSignals.
This patch only introduces new signals but does not use their value
in scoring a CC candidate. Usage of these signals in CC ranking in both
heiristics and ML model will be introduced in later patches.
Differential Revision: https://reviews.llvm.org/D94473
More information about the All-commits
mailing list