Skip to content

Error reporting of clang-cl changed in 9.0.0-RC1 #42171

@JVApen

Description

@JVApen
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

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categorywontfixIssue is real, but we can't or won't fix it. Not invalid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions