[llvm-bugs] [Bug 42826] New: Error reporting of clang-cl changed in 9.0.0-RC1
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 30 07:47:10 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42826
Bug ID: 42826
Summary: Error reporting of clang-cl changed in 9.0.0-RC1
Product: clang
Version: 9.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: jvapen at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, richard-llvm at metafoo.co.uk
When compiling a file that contains an error,
clang 5.0.0-8.0.0 report this as:
filename(linenr,columnnr):<space><space>error: message
>From clang 9.0.0 on, this was changed to:
filename(linenr,columnnr):<space>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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190730/fdd883ef/attachment.html>
More information about the llvm-bugs
mailing list