[cfe-dev] Extend Static Analyzer

ajotwani ajotwani85 at gmail.com
Tue Jun 28 17:32:23 PDT 2011


I am trying to extend the functionality of the static analyzer to do some
very basic checks and include the results in the analyzer report. For
example, I want to check for any file accesses within objective c code
(writetofile, etc.) and include the findings in the existing analysis report
produced. I am thinking this can be done by adding the checks to
SemaChecking.cpp and then adding the appropriate warning message
declarations to DiagnosticSemaKinds.td. Is this the right track or should
something like this be added elsewhere?

Thanks.  



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Extend-Static-Analyzer-tp3120000p3120000.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list