[PATCH] D83814: [clangd] Add Random Forest runtime for code completion.
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 8 10:38:51 PDT 2020
jkorous added subscribers: dexonsmith, akyrtzi.
jkorous added a comment.
Hi @usaxena95 and @sammccall,
I am wondering about couple high-level things.
Do you guys intend to open-source also the training part of the model pipeline or publish a model trained on generic-enough training set so it could be reasonably used on "any" codebase?
Do you still intend to support the heuristic that is currently powering clangd in the future?
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83814/new/
https://reviews.llvm.org/D83814
More information about the cfe-commits
mailing list