================
@@ -54,7 +54,8 @@ class MockArgList {
   }
 
   template <class T> LIBC_INLINE T next_var() {
-    ++arg_counter;
+    arg_counter =
----------------
jhuber6 wrote:

I didn't see any tests that actively depended on this value, and figured that 
it does a similar job stating how many bytes were read, but I can make a new 
one if needed. Figured this was an easier diff since it's only one line.

https://github.com/llvm/llvm-project/pull/96369
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to