[clang] [clang-tools-extra] clangd: Show argument names for function pointer struct fields (PR #69011)

via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 05:35:29 PST 2024


================
@@ -6143,6 +6144,13 @@ static FunctionProtoTypeLoc GetPrototypeLoc(Expr *Fn) {
     }
   }
 
+  if (const auto *ME = dyn_cast<MemberExpr>(Fn)) {
----------------
Qwinci wrote:

Done.

https://github.com/llvm/llvm-project/pull/69011


More information about the cfe-commits mailing list