================
@@ -104,6 +104,9 @@ struct Reference {
bool mergeable(const Reference &Other);
void merge(Reference &&I);
+ bool operator<(const Reference &Other) const {
----------------
ilovepi wrote:How stable are usrs? Perhaps we should be sorting on another property? https://github.com/llvm/llvm-project/pull/101387 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
