< Home - < Back

clang-analyzer


Information about the package, clang-analyzer, which is shipped with common Linux distributions. The clang-analyzer package is designed for, A source code analysis framework.


Package Name:

clang-analyzer

Summary:

A source code analysis framework

Description:

The Clang Static Analyzer consists of both a source code analysis framework and a standalone tool that finds bugs in C and Objective-C programs. The standalone tool is invoked from the command-line, and is intended to run in tandem with a build of a project or code base.

Architecture:

noarch

Version:

3.4.2

Release:

4.el6

Size:

77 k

Repository:

epel

From Repository:

Licence:

NCSA



Handy Yum Commands for clang-analyzer


Control the clang-analyzer package with the following handy commands outlined below.


Command

Description of Command

yum install clang-analyzer

This command will install clang-analyzer on the server.

yum remove clang-analyzer

This command will un-install clang-analyzer on the server. When you run this command, you will be asked if you are sure that you want to remove clang-analyzer, so you have to manually confirm that you want to do this.

yum -y remove clang-analyzer

This command will un-install clang-analyzer on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove clang-analyzer when using the -y flag.

yum update clang-analyzer

This command will update clang-analyzer to the latest version. When you run this command, you will be asked if you are sure that you want to remove clang-analyzer, so you have to manually confirm that you want to do this.

yum -y update clang-analyzer

This command will update clang-analyzer to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove clang-analyzer when using the -y flag.

yum info clang-analyzer

This command will show you core information about the clang-analyzer package.

yum deplist clang-analyzer

This command will show you the dependencies for clang-analyzer. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update clang-analyzer

This command will check if there is an update waiting on clang-analyzer. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.