[PATCH] D89119: [clangd] Update CC Ranking model to use SymbolCategory::Macro

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 9 05:20:08 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.

A bug in the dataset generation pipeline captured a
SymbolCategory::Macro as SymbolCategory::Variable.

New dataset was generated and a new model was trained addressing the
above problem.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89119

Files:
  clang-tools-extra/clangd/quality/model/forest.json






More information about the cfe-commits mailing list