765c1ea6d7272fae04d435b9bac79087a2f6aabf
* When WITH_STATIC_ANALYZER is set and non-zero, and clang compiler is used, call new clang ccc-analyzer or c++-analyzer. * Otherwise, if WITH_SYNTAX_CHECK is set and non-zero, call compiler with -fsyntax-only. * Replace "--sysroot=path" with "--sysroot path", to work with ccc-analyzer. * ccc-analyzer executes the original compilation command to generate object files before calling clang with --analyze to do static analysis. * When clang is called with --analyze, macro __clang_analyzer__ is defined. BUG: 13287788 Change-Id: I5edb25b52998d871385dd000778db2ce83224078
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%