This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5f7e9e26cd0: [clangd] Add a trained DecisionForest for code
completion. (authored by usaxena95).
Changed prior to commit:
https://reviews.llvm.org/D88071?vs=293346&id=294732#toc
Repository:
rG LLVM
usaxena95 created this revision.
Herald added subscribers: cfe-commits, kadircet, arphaman.
Herald added a project: clang.
usaxena95 requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
Replaces the dummy CodeCompletion model with a trained DecisionForest
model.
The