platform_build/core/clang
Chih-Hung Hsieh c21ddbdcce Recognize new clang and clang-tidy warnings.
* Count new clang-tidy warnings:
    google-runtime-references
    google-runtime-operator
* Count new clang warnings:
    -Wconst-conversion similar to -Wliteral-conversion
    -Wundefined-var-template
* Modified static analyzer warning message about
    "Null passed to a callee that requires a non-null ..."
* Disable google-runtime-references by default and
  disable misc-macro-parentheses in vendor projects;
  too many old C/C++ code have this warning.

Change-Id: Ib35e0af85875aada17c92b0237b76cd5ae3bfcc8
Test: build with clang-tidy.
2016-07-20 14:45:01 -07:00
..
config.mk Drop CLANG and CLANG_CXX in the environment 2016-06-06 13:13:50 -07:00
HOST_CROSS_x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_CROSS_x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_arm.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_arm64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_mips.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_mips64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
tidy.mk Recognize new clang and clang-tidy warnings. 2016-07-20 14:45:01 -07:00
versions.mk Switch to prebuilt clang-3016494 2016-07-19 20:32:21 +00:00