[PATCH] D88071: [clangd] Add a trained DecisionForest for code completion.

2020-09-28 Thread Utkarsh Saxena via Phabricator via cfe-commits
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

[PATCH] D88071: [clangd] Add a trained DecisionForest for code completion.

2020-09-21 Thread UTKARSH SAXENA via Phabricator via cfe-commits
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