ilya-biryukov added a comment.

Just a drive-by comment.


================
Comment at: clangd/Quality.cpp:211
+  case Constructor:
+    Score *= 1.0f; // Rank class constructors after class types.
+    break;
----------------
NIT: This does not seem to change the score, right? Maybe just the assignment 
or merge with the `Unknown` case?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49667



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to