[PATCH] Add warning capabilities in LLVM (backend part), Take 2
Tobias Grosser
tobias at grosser.es
Sat Dec 14 01:20:02 PST 2013
On 12/12/2013 06:40 PM, Quentin Colombet wrote:
> - Suppress DiagnosticInfoOther class.
> - Add DK_FirstPluginKind and the related getNextAvailablePluginKind function.
>
> Hi dblaikie, rengolin, chandlerc, echristo,
>
> http://llvm-reviews.chandlerc.com/D2376
Hi Quentin,
I just wanted to say that I did a simple test with this in Polly (as a
plugin), and it seems to work as expected.
I found one minor issue:
- The return type of getNextAvailablePluginDiagnosticKind should be
DiagnosticKind, not int.
I am looking forward to get this in.
Cheers,
Tobias
More information about the llvm-commits
mailing list