nridge added inline comments.

================
Comment at: clang-tools-extra/clangd/Hover.cpp:1030
+      } else {
+        if (CD->getNumParams() == 1)
+          PassType.PassBy = getPassMode(CD->getParamDecl(0)->getType());
----------------
This check should be `>= 1`, since the constructor could have additional 
parameters that have default arguments and still be used for implicit conversion


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142014/new/

https://reviews.llvm.org/D142014

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

Reply via email to