[all-commits] [llvm/llvm-project] 45698a: [clangd] Split DecisionForest Evaluate() into one ...
UTKARSH SAXENA via All-commits
all-commits at lists.llvm.org
Thu Oct 1 09:13:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 45698ac0052ae5b1c5beb739636396a5b7263966
https://github.com/llvm/llvm-project/commit/45698ac0052ae5b1c5beb739636396a5b7263966
Author: Utkarsh Saxena <usx at google.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/quality/CompletionModelCodegen.py
Log Message:
-----------
[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
More information about the All-commits
mailing list