UTBotCpp
UTBotCpp copied to clipboard
Change reference struct field to shared pointer
Now many classes has reference field
like
const BaseTestGen& testGen; in NativeMakefilePrinter
BaseTestGen &testGen; in KleeGenerator
BaseTestGen &testGen; in Linker
etc