This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix argument type (bool->float).
ClosedPublic

Authored by adamcz on Oct 7 2020, 8:09 AM.

Details

Summary

The default value is 1.3f, but it was cast to true, which is not a good
base for code completion score.

Diff Detail

Event Timeline

adamcz created this revision.Oct 7 2020, 8:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2020, 8:09 AM
adamcz requested review of this revision.Oct 7 2020, 8:09 AM
usaxena95 accepted this revision.Oct 7 2020, 8:21 AM
This revision is now accepted and ready to land.Oct 7 2020, 8:21 AM
This revision was landed with ongoing or failed builds.Oct 7 2020, 8:23 AM
This revision was automatically updated to reflect the committed changes.