================ @@ -27,10 +27,10 @@ TEST_F(ExtractVariableTest, Test) { return [[[[t.b[[a]]r]]([[t.z]])]]; } void f() { - int a = [[5 +]] [[4 * [[[[xyz]]()]]]]; + int a = 5 + [[4 * [[[[xyz]]()]]]]; // multivariable initialization if(1) - int x = [[1]], y = [[a + 1]], a = [[1]], z = a + 1; + int x = [[1]] + 1, y = [[a + 1]], a = [[1]] + 2, z = a + 1; ---------------- ckandeler wrote:
Yes, I got side-tracked by fixing all the regressions, and in the end the patch didn't fulfill its original purpose anymore. Fixed now. https://github.com/llvm/llvm-project/pull/69477 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits