[clang] [clang-tools-extra] [clangd][clang-tidy] Factor out mergeFixits() logic and reuse it in clangd (PR #208682)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 08:17:36 PDT 2026
================
@@ -476,3 +477,58 @@ EditedSource::getActionForOffset(FileOffset Offs) {
return FileEdits.end();
}
+
+namespace clang {
+namespace edit {
----------------
vbvictor wrote:
We can merge namespaces
https://github.com/llvm/llvm-project/pull/208682
More information about the cfe-commits
mailing list