[PATCH] D88536: [clangd] Split DecisionForest Evaluate() into one func per tree.

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 30 00:45:37 PDT 2020


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.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88536

Files:
  clang-tools-extra/clangd/quality/CompletionModelCodegen.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88536.295191.patch
Type: text/x-patch
Size: 7372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200930/11635e39/attachment.bin>


More information about the cfe-commits mailing list