[cfe-dev] Using Alpha taint checker in Clang static analyzer

Ashwin Ganesh via cfe-dev cfe-dev at lists.llvm.org
Fri Apr 1 04:37:04 PDT 2016


Basically, I want to try the available
alpha.security.taint.TaintPropagation checker on my code. But , I am not
getting any suitable output even when i try it on
 clang/test/Analysis/taint-tester.c
Issue :-
http://stackoverflow.com/questions/36150778/no-output-using-alpha-security-checkers-in-clang
.

The command I used : *scan-build --use-analyzer=/home/../clang
-enable-checker alpha.security.taint.TaintPropagation clang taintcheck.c -c
-o taintcheck.o*

*I have tried the same installing clang from source as well as apt-get.
Same result,ie no issues found. Why is that so?*

*Regards,*
*Ashwin*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160401/a090a713/attachment.html>


More information about the cfe-dev mailing list