This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by usaxena95 on Oct 9 2020, 5:20 AM.

Details

Reviewers
adamcz
Summary

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.

Diff Detail

Event Timeline

usaxena95 created this revision.Oct 9 2020, 5:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2020, 5:20 AM
usaxena95 requested review of this revision.Oct 9 2020, 5:20 AM
adamcz accepted this revision.Oct 9 2020, 6:46 AM
This revision is now accepted and ready to land.Oct 9 2020, 6:46 AM