CodeSonar C++ API
[For improved navigation, enable JavaScript.]
csonar_analysis_mode_decls.hpp
Go to the documentation of this file.
1 
2 /*
3  * Copyright (c) 2023, an unpublished work by CodeSecure, Inc.
4  * ALL RIGHTS RESERVED
5  *
6  * Copyright (c) 2013-2023, an unpublished work by GrammaTech, Inc.
7  * ALL RIGHTS RESERVED
8  *
9  * This software is furnished under a license and may be used and
10  * copied only in accordance with the terms of such license and the
11  * inclusion of the above copyright notice. This software or any
12  * other copies thereof may not be provided or otherwise made
13  * available to any other person. Title to and ownership of the
14  * software is retained by CodeSecure, Inc.
15  */
24  static const analysis_mode INITIALIZING;
25 
26 
28  static const analysis_mode NORMAL;
29 
30 
32  static const analysis_mode INCREMENTAL;
33 
34 
36  static const analysis_mode DAEMON;
static const analysis_mode INCREMENTAL
Indicates an incremental analysis: only new and otherwise-affected parts of the program are being ana...
Definition: csonar_analysis_mode_decls.hpp:32
static const analysis_mode NORMAL
Indicates a nonincremental analysis ( INCREMENTAL_BUILD =No) or base analysis ( INCREMENTAL_BUILD =Ye...
Definition: csonar_analysis_mode_decls.hpp:28
static const analysis_mode DAEMON
Indicates that the CodeSonar process is not analyzing anything - it is only running to service reques...
Definition: csonar_analysis_mode_decls.hpp:36
static const analysis_mode INITIALIZING
The CodeSonar process always starts in this state.
Definition: csonar_analysis_mode_decls.hpp:24