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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130311/ccc43416/attachment.html>
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?