To fit the style guide: https://llvm.org/docs/CodingStandards.html#error-and-warning-messages I found these with: * Find `(\.AppendErrorWithFormat\(([\s\r\n]+)?"(?:(?:\\.|[^"\\])*))\."` and replace with `$1"` using Visual Studio Code. * Putting a call to `validate_diagnostic` in `AppendErrorWithFormat`. * Manual inspection. Note that this change *does not* include a call to `validate_diagnostic` because I do not know what's going to crash on platforms that I haven't tested on.
25 KiB
25 KiB