[clangd] Rename evaluate() to evaluateHeuristics()
authorUtkarsh Saxena <usx@google.com>
Mon, 28 Sep 2020 17:19:51 +0000 (19:19 +0200)
committerUtkarsh Saxena <usx@google.com>
Mon, 28 Sep 2020 18:05:01 +0000 (20:05 +0200)
commit9b1666f3ce2b02be70f8e7f82c3ec5c81262010b
tree6419b73c2c85bc4677fe90a66eefb11d5dc87197
parent06e68f05dafb96ea5395d2fed669fccdcd07f61f
[clangd] Rename evaluate() to evaluateHeuristics()

Since we have 2 scoring functions (heuristics and decision forest),
renaming the existing evaluate() function to be more descriptive of the
Heuristics being evaluated in it.

Differential Revision: https://reviews.llvm.org/D88431
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/FindSymbols.cpp
clang-tools-extra/clangd/Quality.cpp
clang-tools-extra/clangd/Quality.h
clang-tools-extra/clangd/XRefs.cpp
clang-tools-extra/clangd/index/dex/Dex.cpp
clang-tools-extra/clangd/unittests/QualityTests.cpp