Obtaining the Static AnalyzerΒΆ
The Static Analyzer can be obtained as a part of Clang; for downloading and installing Clang visit the LLVM releases page. Once the analyzer is installed, follow the Command Line Usage: scan-build and CodeChecker on using the command line to get started analyzing your code.