Hi all,
I have written a Clang plug-in which uses some c++11 keywords.
Coz of that I am able to load that plug-in. Can you just help me out.
It produces lots of warnings at those keywords.
Thanks…
-Aashay
PICT, Pune
Hi all,
I have written a Clang plug-in which uses some c++11 keywords.
Coz of that I am able to load that plug-in. Can you just help me out.
It produces lots of warnings at those keywords.
Thanks…
-Aashay
PICT, Pune
Aashay Zajriya <aashayzajriya@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?