[llvm-branch-commits] [clang-tools-extra] [clang-doc] Migrate Namespaces to arena allocation (PR #190048)
Erick Velez via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 3 10:03:25 PDT 2026
================
@@ -510,7 +527,15 @@ ClangDocContext::ClangDocContext(tooling::ExecutionContext *ECtx,
}
void ScopeChildren::sort() {
- llvm::sort(Namespaces);
+ std::vector<Reference *> V;
----------------
evelez7 wrote:
Sounds good.
https://github.com/llvm/llvm-project/pull/190048
More information about the llvm-branch-commits
mailing list