[LLVMdev] regarding C++11 plugins

Óscar Fuentes ofv at wanadoo.es
Mon Mar 11 09:06:46 PDT 2013


Aashay Zajriya <aashayzajriya at gmail.com> writes:

> I have written a Clang plug-in which uses some c++11 keywords.
> Coz of that I am able to load that plug-in.

You mean the you are *unable* to load the plug-in, right?

> Can you just help me out.
> It produces lots of warnings at those keywords.

Warnings should not be a problem for using the plugin. Plese be more
specific: which C++11 features are you using, and which compiler
warnings (or errors) are you seeing?




More information about the llvm-dev mailing list