- Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other categorywontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid
Description
| Bugzilla Link | 42826 |
| Resolution | WONTFIX |
| Resolved on | Jul 30, 2019 07:52 |
| Version | 9.0 |
| OS | Windows NT |
| Blocks | #41819 |
| CC | @zmodem,@JVApen,@zygoloid |
Extended Description
When compiling a file that contains an error,
clang 5.0.0-8.0.0 report this as:
filename(linenr,columnnr):error: message
From clang 9.0.0 on, this was changed to:
filename(linenr,columnnr):error: message
Our internal build tool and reporting in CIs parses this output based on this error-tag. This is now broken.
I'm not really attached to the way this format looks like, as we can update it.
However, if it ain't an intentional change, it would be nice that we can use the same scripts for all versions of clang.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other categorywontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid