Skip to content
Snippets Groups Projects
Commit d3c0e236 authored by Jose Fonseca's avatar Jose Fonseca
Browse files

scons: Add an analyze option.


For Clang static code analyzer, the scan-build script will produce more
comprehensive output.  Nevertheless you can invoke it as

  CC=clang CXX=clang++ scons analyze=1

For MSVC this is the best way to use its static code analysis.  Simply
invoke as

  scons analyze=1

Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
parent f81305c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment