This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Rename evaluate() to evaluateHeuristics()
ClosedPublic

Authored by usaxena95 on Sep 28 2020, 10:22 AM.

Details

Summary

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.

Diff Detail

Event Timeline

usaxena95 created this revision.Sep 28 2020, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2020, 10:22 AM
usaxena95 requested review of this revision.Sep 28 2020, 10:22 AM
adamcz accepted this revision.Sep 28 2020, 10:29 AM

Thanks!

This revision is now accepted and ready to land.Sep 28 2020, 10:29 AM
This revision was automatically updated to reflect the committed changes.