Fix symbol names used for outputting schedules into valid C++ source variable names
Since Funcs and other classes can have user defined names, the resulting strings may be invalid C++ when used directly for variable names and identifiers during the source code generation for schedules.
This PR adds a 'conform_name' around all variable names being outputted to replace invalid characters with an underscore, to make sure only valid C++ identifiers are outputted for the schedule source.
Where does this PR stand?
Monday Morning Review ping: Where does this PR stand?
Is this PR still active? If not, it will be closed.
Is this PR still active?