CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Variables
csonar_analysis_mode_decls.hpp File Reference

Go to the source code of this file.

Variables

static const analysis_mode DAEMON
 Indicates that the CodeSonar process is not analyzing anything - it is only running to service requests from the hub (for example, requests for source code listings). More...
 
static const analysis_mode INCREMENTAL
 Indicates an incremental analysis: only new and otherwise-affected parts of the program are being analyzed; state associated with no-longer-present bits of the program may be deleted. More...
 
static const analysis_mode INITIALIZING
 The CodeSonar process always starts in this state. More...
 
static const analysis_mode NORMAL
 Indicates a nonincremental analysis ( INCREMENTAL_BUILD =No) or base analysis ( INCREMENTAL_BUILD =Yes and no parent analysis). More...
 

Variable Documentation

◆ DAEMON

const analysis_mode DAEMON
static

Indicates that the CodeSonar process is not analyzing anything - it is only running to service requests from the hub (for example, requests for source code listings).

◆ INCREMENTAL

const analysis_mode INCREMENTAL
static

Indicates an incremental analysis: only new and otherwise-affected parts of the program are being analyzed; state associated with no-longer-present bits of the program may be deleted.

◆ INITIALIZING

const analysis_mode INITIALIZING
static

The CodeSonar process always starts in this state.

If this value is returned by analysis::get_mode(), it means that the function call occurred too early to get useful information.

◆ NORMAL

const analysis_mode NORMAL
static

Indicates a nonincremental analysis ( INCREMENTAL_BUILD =No) or base analysis ( INCREMENTAL_BUILD =Yes and no parent analysis).