Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Good catch! How did you find this?
We need a test though.
(I can take over if you want, as I introduced the issue in the first place)
Comment Actions
We've got a library that parses diagnostics that consumes DiagnosticSemaKinds.inc, and it failed to parse this message format.
We need a test though.
(I can take over if you want, as I introduced the issue in the first place)
Thanks! I'm pretty new to llvm and wasn't sure how to test this.
Looks like bkramer came up with one though.