================
@@ -510,7 +527,15 @@ ClangDocContext::ClangDocContext(tooling::ExecutionContext
*ECtx,
}
void ScopeChildren::sort() {
- llvm::sort(Namespaces);
+ std::vector<Reference *> V;
----------------
ilovepi wrote:
I'm so dumb. I hit a bug unrelated to this and misattributed it to the sorting.
simple_ilist has a .sort() API. I can just use that, and drop the custom
sorting for ilists here and elsewhere in the stack
https://github.com/llvm/llvm-project/pull/190048
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits