Revert work around clang-tidy segmentation fault.

Bug: 34740546
Test: build with WITH_TIDY=1 and
WITH_TIDY_CHECKS="*,-readability-*,-google-readability-*,-google-runtime-references"

Change-Id: If99c75cab6a2bec0c6b38aa17189668b4943478d
This commit is contained in:
Chih-Hung Hsieh
2017-10-03 20:14:21 -07:00
parent ca8b270063
commit ca8dbebe1e
3 changed files with 0 additions and 7 deletions

View File

@@ -16,8 +16,6 @@
cc_library {
name: "libplatformprotos",
host_supported: true,
// b/34740546, work around clang-tidy segmentation fault.
tidy_checks: ["-modernize*"],
proto: {
export_proto_headers: true,
include_dirs: ["external/protobuf/src"],

View File

@@ -32,7 +32,4 @@ cc_binary_host {
],
cflags: ["-Wno-unused-parameter"],
// b/34740546, work around clang-tidy segmentation fault.
tidy_checks: ["-modernize*"],
}

View File

@@ -19,8 +19,6 @@
// ==========================================================
cc_binary_host {
name: "incident-section-gen",
// b/34740546, work around clang-tidy segmentation fault.
tidy_checks: ["-modernize*"],
cflags: [
"-g",
"-O0",