This documentation is archived and is not being maintained.
/analyze (Enterprise Code Analysis)
Visual Studio 2005
Enable code analysis.
/analyze[:WX-]
Specifying /analyze:WX- means code analysis warnings will not be treated as errors when compiling with /WX. See /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) for more information.
/analyze is only available in Enterprise (team development) versions for x86 compilers.
For more information on code analysis, see Code Analysis for C/C++ Overview and Code Analysis for C/C++ Warnings.
To set this compiler option in the Visual Studio development environment
-
Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.
-
Expand the Configuration Properties node.
-
Expand the Code Analysis node.
-
Select the General property page.
-
Modify one or more of the Code Analysis properties.
To set this linker option programmatically
-
See EnablePREfast.
Show: