[clangd] Split DecisionForest Evaluate() into one func per tree.
authorUtkarsh Saxena <usx@google.com>
Wed, 30 Sep 2020 07:36:37 +0000 (09:36 +0200)
committerUtkarsh Saxena <usx@google.com>
Thu, 1 Oct 2020 16:07:23 +0000 (18:07 +0200)
commit45698ac0052ae5b1c5beb739636396a5b7263966
treeccd5c6e64648eb1c80667bcdf79a19173e75b066
parentf4b9dfd9bc414a316d997a314b05ac7f9258a722
[clangd] Split DecisionForest Evaluate() into one func per tree.

This allows us MSAN to instrument this function. Previous version is not
instrumentable due to it shear volume.

Differential Revision: https://reviews.llvm.org/D88536
clang-tools-extra/clangd/quality/CompletionModelCodegen.py