Changes between Version 7 and Version 8 of CodeQuality


Ignore:
Timestamp:
Jun 22, 2015, 1:43:21 AM (9 years ago)
Author:
leper
Comment:

Add clang-analyzer.

Legend:

Unmodified
Added
Removed
Modified
  • CodeQuality

    v7 v8  
    2424
    2525 * Free C/C++ static analysis tool; looks for memory leaks, uninitialized variables, etc. Windows binary is available, http://cppcheck.sourceforge.net/
     26
     27=== Clang Static Analyzer ===
     28
     29Compile using `scan-build make` and then inspect the output using `scan-view`.