upsj added inline comments.

================
Comment at: clang-tools-extra/clangd/unittests/InlayHintTests.cpp:721
+    }
+  )cpp" /*, ExpectedHint{"s: ", "param1"}, ExpectedHint{"x: ", "param2"}*/);
+}
----------------
I'm not sure whether we should detect this case, since it would be nice to 
handle, but also involves digging deep through `CXXConstructExpression -> 
MaterializeTemporaryExpression -> CXXMemberCallExpr -> MemberExpr -> 
DeclRefExpr`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130259

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

Reply via email to