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

Commit 3ec1e814 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Suppress clang-tidy on crasher.cpp

* Intentional crash test code with null/free/escape warnings.

Test: make tidy-system-core-debuggerd_subset
Change-Id: Ib1255c17a374729c82aa246c6a59156dbc4e1b77
parent 633b9ba2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ cc_defaults {
        "-fstack-protector-all",
        "-Wno-date-time",
    ],
    tidy: false,  // crasher.cpp tests many memory access errors
    srcs: ["crasher.cpp"],
    arch: {
        arm: {