[clang-tools-extra] [clangd] Allow "move function body out-of-line" in non-header files (PR #69704)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 17 04:51:24 PST 2023
ckandeler wrote:
> Would you mind evolving the patch (and the infra) to work for method-definitions inside anon namespaces?
Of course not; I didn't even now it wasn't working.
I suppose the main point is to determine the insertion location such that it is still within the original namespace?
(I haven't looked at that part of the code so far.)
https://github.com/llvm/llvm-project/pull/69704
More information about the cfe-commits
mailing list