platform_build/core/combo
Chih-Hung Hsieh 71d8cbd9b6 Use newest clang static analyzers.
* 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

(cherry picked from commit 765c1ea6d7)

Change-Id: I6e51e51ff4ed3ce514f60d090494dcdf6e520b04
2016-02-26 18:51:26 -08:00
..
arch Mark the cortex-{a7,a53,a53.57} chips as supporting LPAE 2016-02-24 15:27:08 -08:00
fdo.mk Support "LOCAL_FDO_SUPPORT := always". 2015-03-13 11:36:15 -07:00
HOST_CROSS_windows-x86.mk Use newest clang static analyzers. 2016-02-26 18:51:26 -08:00
HOST_CROSS_windows-x86_64.mk Use newest clang static analyzers. 2016-02-26 18:51:26 -08:00
HOST_darwin-x86.mk Use .KATI_RESTAT to reduce unnecessary rebuilds of binaries 2015-11-04 15:23:59 +09:00
HOST_darwin-x86_64.mk Use .KATI_RESTAT to reduce unnecessary rebuilds of binaries 2015-11-04 15:23:59 +09:00
HOST_linux-x86.mk Be smarter about stack-protector on the host. 2015-12-14 13:20:59 -08:00
HOST_linux-x86_64.mk Be smarter about stack-protector on the host. 2015-12-14 13:20:59 -08:00
javac.mk Revert "Revert "Allow java targets to support 1.8 source / target"" 2016-01-29 14:22:29 +00:00
mac_version.mk More helpful diagnostics when selecting a Mac SDK. 2016-01-05 11:28:09 -05:00
select.mk Split [CC|CXX]_WRAPPER from [TARGET|HOST]_[CC|CXX] 2015-07-21 14:07:50 -07:00
TARGET_linux-arm.mk Enable -fstack-protector-strong for arm. 2015-12-14 11:17:08 -08:00
TARGET_linux-arm64.mk Merge "Enable -fstack-protector-strong for arm64." 2015-12-18 21:36:49 +00:00
TARGET_linux-mips.mk Turn on stack protector for mips. 2015-12-14 14:15:12 -08:00
TARGET_linux-mips64.mk Turn on stack protector for mips64. 2015-12-14 14:46:38 -08:00
TARGET_linux-x86.mk Enable -fstack-protector-strong for x86. 2015-12-14 11:15:15 -08:00
TARGET_linux-x86_64.mk Enable -fstack-protector-strong for x86-64. 2015-12-14 11:16:20 -08:00