This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Use ASTSignals in Heuristics CC Ranking.
ClosedPublic

Authored by usaxena95 on Jan 18 2021, 12:03 PM.

Diff Detail

Event Timeline

usaxena95 created this revision.Jan 18 2021, 12:03 PM
usaxena95 requested review of this revision.Jan 18 2021, 12:03 PM
adamcz accepted this revision.Jan 19 2021, 7:17 AM
adamcz added inline comments.
clang-tools-extra/clangd/Quality.cpp
477

Can you add a comment explaining how you chose those magic numbers? So that in the future, when someone needs to change it somehow, they have an idea of where this came from.

This revision is now accepted and ready to land.Jan 19 2021, 7:17 AM
usaxena95 marked an inline comment as done.

Added a comment about the calculation.

This revision was landed with ongoing or failed builds.Jan 19 2021, 10:49 AM
This revision was automatically updated to reflect the committed changes.