[clang-tools-extra] [clangd] Allow "move function body out-of-line" in non-header files (PR #69704)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 17 04:22:37 PST 2023


kadircet wrote:

Thanks! I believe the idea is great, but I am not really sure if this is useful enough without handling anon namespaces properly. It's very rare that someone has a class/struct in a cc file, that isn't in an anon-namespace.

Would you mind evolving the patch (and the infra) to work for method-definitions inside anon namespaces?

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


More information about the cfe-commits mailing list