There was an extra space between the file location and the diagnostic message:
/tmp/a.c(1,12): warning: unused parameter 'unused'
the tests didn't catch this due to FileCheck not running in --strict-whitespace mode.
Differential D58377
Remove extraneous space in MSVC-style diagnostic output Authored by hans on Feb 19 2019, 12:33 AM.
Details
There was an extra space between the file location and the diagnostic message: /tmp/a.c(1,12): warning: unused parameter 'unused' the tests didn't catch this due to FileCheck not running in --strict-whitespace mode.
Diff Detail
|