Harry Denholm
Harry Denholm
I can post this as a small repro case soon, but I've had an issue with a function when compiling and running on an ARM Cortex A53 with NEON i32x4...
Move the construction of the OOB violation string to after the OOB check fails so that the code is not allocating, concatenating and freeing strings that are never used in...
Providing a negative number as the start of a for-range produces broken cpp1 code: the `-` negative is parsed to apply to the resulting range object rather than the number...