================ @@ -54,7 +54,8 @@ class MockArgList { } template <class T> LIBC_INLINE T next_var() { - ++arg_counter; + arg_counter = ---------------- michaelrj-google wrote:
in that case it'd be better to create a new `ArgList` that is intended to count sizes instead of just modifying the one for testing. 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