[clang-tools-extra] [clangd] Preserve Qualified Names in `Override pure virtual methods` tweak (PR #163726)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 28 02:05:37 PDT 2025


https://github.com/kadircet approved this pull request.

thanks, LGTM!

FWIW we normally run clang-format on these edits, looks like clang-format is mishandling `void foo :: bar() {}` and formatting that to `void foo ::bar() {}`. it might be worthwhile to file a bug (if there isn't one already)

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


More information about the cfe-commits mailing list