Add release notes for the LLDB impact from the array type name change
Changing the array type printing from `int [N]` to `int[N]` impacts lldb pretty printer registration & may need to be updated to handle the dropped space between type and dimensions.
Loading
Please sign in to comment