[PATCH] D53638: [clangd] Downrank members from base class

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 06:17:41 PDT 2018


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clangd/Quality.cpp:380
+  if (InBaseClass)
+    Score *= 0.7;
+
----------------
This seems like a pretty light penalty to me, I'd consider 0.5...


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53638





More information about the cfe-commits mailing list