OSDN Git Service

Temporarily disable clang-tidy for dex_builder.cc.
authorChih-Hung Hsieh <chh@google.com>
Mon, 4 Feb 2019 18:35:55 +0000 (10:35 -0800)
committerChih-Hung Hsieh <chh@google.com>
Mon, 4 Feb 2019 18:35:55 +0000 (10:35 -0800)
Bug: 123880763
Test: build with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=*,-readability-*,
-google-readability-*,-google-runtime-references,-cppcoreguidelines-*,
-modernize-*,-llvm-*,-bugprone-narrowing-conversions,
-misc-non-private-member-variables-in-classes,
-misc-unused-parameters,-hicpp-*,-fuchsia-*

Change-Id: I7be72b9db232a375bf7caf3b2dbeb9c6f7368a8e

startop/view_compiler/Android.bp

index f5b4308..37caeb2 100644 (file)
@@ -58,6 +58,8 @@ cc_library_static {
         "util.cc",
         "layout_validation.cc",
     ],
+    // b/123880763, clang-tidy analyzer has segmentation fault with dex_builder.cc
+    tidy_checks: ["-clang-analyzer-*"],
     host_supported: true,
 }