[PATCH] D88970: [clangd] Fix argument type (bool->float).
Adam Czachorowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 08:23:15 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbcd8422d7506: [clangd] Fix argument type (bool->float). (authored by adamcz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88970/new/
https://reviews.llvm.org/D88970
Files:
clang-tools-extra/clangd/tool/ClangdMain.cpp
Index: clang-tools-extra/clangd/tool/ClangdMain.cpp
===================================================================
--- clang-tools-extra/clangd/tool/ClangdMain.cpp
+++ clang-tools-extra/clangd/tool/ClangdMain.cpp
@@ -185,7 +185,7 @@
Hidden,
};
-opt<bool> DecisionForestBase{
+opt<float> DecisionForestBase{
"decision-forest-base",
cat(Features),
desc("Base for exponentiating the prediction from DecisionForest."),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88970.296687.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201007/1cfa13db/attachment.bin>
More information about the cfe-commits
mailing list