11happy wrote:

> @11happy, regarding the statement count: The tests work when I add 
> `statementCountIs(1),` right after `compoundStmt(` -> 
> `compoundStmt(statementCountIs(1),`. I removed the binding of the compound 
> statement, `Compound` and the `Compoind->size() > 1` check. But the tests 
> should still succeed even if you only add the `statementCountIs(1),` matcher.

yeah it worked,  idk why earlier it showed error,my mistake ig.

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

Reply via email to