[LLVMdev] clang Plugin
yao
xiaoyaollvm at 126.com
Mon Mar 23 02:16:59 PDT 2015
Hi,Guys
I just test a demo according to
http://www.hanshq.net/clang-plugin-example.html
but I run the command:
clang -cc1 -load ./ParameterNameChecker.so -plugin check-parameter-names test.c
but there is an error as follows:
error: unable to find plugin 'check-parameter-names'
I want to know if all the version of llvm that support the clang-plugin, or maybe some update withe the update of llvm.
I am interesting to find how to make it work.
Thanks,
yao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150323/4c550868/attachment.html>
More information about the llvm-dev
mailing list