[PATCH] D88431: [clangd] Rename evaluate() to evaluateHeuristics()

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 10:22:27 PDT 2020


usaxena95 created this revision.
Herald added subscribers: cfe-commits, kadircet, arphaman.
Herald added a project: clang.
usaxena95 requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88431

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88431.294747.patch
Type: text/x-patch
Size: 14136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200928/f2524672/attachment-0001.bin>


More information about the cfe-commits mailing list