================
Comment at: include/clang/Basic/ABI.h:139
@@ -120,1 +138,3 @@
+
+    return LHS.Method < RHS.Method;
   }
----------------
This is comparing the pointers which are ordered non-deterministically across 
executions.  The compiler's output should be deterministic, even for dumping 
routines, because we run FileCheck tests against it.

================
Comment at: include/clang/Basic/ABI.h:119
@@ +118,3 @@
+  /// Otherwise, null.
+  const CXXMethodDecl *Method;
+
----------------
Which method is this?  The method being overridden or the overriding method?


http://llvm-reviews.chandlerc.com/D1787
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to