[all-commits] [llvm/llvm-project] 9b1666: [clangd] Rename evaluate() to evaluateHeuristics()

UTKARSH SAXENA via All-commits all-commits at lists.llvm.org
Mon Sep 28 11:05:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b1666f3ce2b02be70f8e7f82c3ec5c81262010b
      https://github.com/llvm/llvm-project/commit/9b1666f3ce2b02be70f8e7f82c3ec5c81262010b
  Author: Utkarsh Saxena <usx at google.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/Quality.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/unittests/QualityTests.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list