Do static analysis with GCC.
Project description
Do static analysis with GCC.
Example
Only interesting shadowing cases are shown:
$ gccanalyze bad.cc bad.cc: In function 'int main()': bad.cc:5:19: warning: declaration of 'foo' shadows a previous local [-Wshadow] bad.cc:3:15: warning: shadowed declaration is here [-Wshadow] bad.cc:5:19: warning: unused variable 'foo' [-Wunused-variable]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gccanalyze-0.0.0.tar.gz
(1.8 kB
view hashes)