kadircet added a comment.

I think this is a great use case for pseudo parser actually (unfortunately 
requires some multi-file interactions). In theory we can just fetch all the 
references, pseudo-parse the files, and update all the declarations & 
definitions to have the same parameter name.

My 2 cents for limiting to single-file cases initially;
It sounds like a better option to make the functionality less surprising, but I 
think we'll still end up confusing the users, so I am not sure if it is worth.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96324

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D96324: [clangd] R... Kirill Bobyrev via Phabricator via cfe-commits
    • [PATCH] D96324: [clan... Kadir Cetinkaya via Phabricator via cfe-commits

Reply via email to