[all-commits] [llvm/llvm-project] bcd842: [clangd] Fix argument type (bool->float).
Adam Czachorowski via All-commits
all-commits at lists.llvm.org
Wed Oct 7 08:23:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bcd8422d75069624dc2daf7e5ff4b4f6cbcd6b71
https://github.com/llvm/llvm-project/commit/bcd8422d75069624dc2daf7e5ff4b4f6cbcd6b71
Author: Adam Czachorowski <adamcz at google.com>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/tool/ClangdMain.cpp
Log Message:
-----------
[clangd] Fix argument type (bool->float).
The default value is 1.3f, but it was cast to true, which is not a good
base for code completion score.
Differential Revision: https://reviews.llvm.org/D88970
More information about the All-commits
mailing list