You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Support] Do not ignore unterminated open { in formatv
- When an unterminated open { is detected in the format string, instead
of asserting and then ignoring the error, replace that string with another
to indicate the error.
- This will cause release builds to fail as well in some way, and help
debug malformed format strings better in LLVM_OPTIMIZED_TABLEGEN=ON builds.
0 commit comments