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.
Paths
| Differential D58377
Remove extraneous space in MSVC-style diagnostic output ClosedPublic Authored by hans on Feb 19 2019, 12:33 AM.
Details
Summary 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
Event TimelineThis revision is now accepted and ready to land.Feb 19 2019, 6:54 AM Closed by commit rC354351: Remove extraneous space in MSVC-style diagnostic output (authored by hans). · Explain WhyFeb 19 2019, 8:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187388 lib/Frontend/TextDiagnostic.cpp
test/Misc/diag-format.c
|