[clang-tools-extra] [clang-doc] fix flaky test in clang-doc (PR #101387)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 06:21:28 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list