[LLVMdev] Out-of-source subclassses vs. LLVM's RTTI system

Christian Convey christian.convey at gmail.com
Wed Jun 24 18:17:29 PDT 2015


On Wed, Jun 24, 2015 at 6:34 PM, Tobias Grosser <tobias at grosser.es> wrote:

> Sorry, I am a little in a rush, but did you see the
> getNextAvailablePluginDiagnosticKind() method. This should allow you to
> define your own DiagnosticKinds. I am not sure if this is sufficient for
> you, but in general the diagnostic infrastructure is supposed to be useable
> from plugins. It may happen that some features don't work currently, but I
> don't see a reason why we would not want to add/expose missing
> functionality in case the need arises.


Thanks! I hadn't noticed the existence of
getNextAvailablePluginDiagnosticKind().  That definitely solves one of my
problems.  Thanks very much for that.

- Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150624/ef8e5a85/attachment.html>


More information about the llvm-dev mailing list