Saveliy Grigoryev

Results 2 issues of Saveliy Grigoryev

**Description** There are no instructions for installing UTBot on Windows or MacOS for ordinary users. Only Wiki contains some pages about it. **Expected behavior** Instructions must be in README.md

documentation
enhancement

**Description** Test Regression_Test.Pointers_Alignment doesn't work on main branch. **To Reproduce** Steps to reproduce the behavior: 1. Write code like this ```c typedef struct my_Node { int value; struct my_Node *next;...

bug