Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a47e5134 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Revert work around clang-tidy segmentation fault."

parents 53c945fb ca8dbebe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"],
+0 −3
Original line number Diff line number Diff line
@@ -32,7 +32,4 @@ cc_binary_host {
    ],

    cflags: ["-Wno-unused-parameter"],

    // b/34740546, work around clang-tidy segmentation fault.
    tidy_checks: ["-modernize*"],
}
+0 −2
Original line number Diff line number Diff line
@@ -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",