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

Commit 69d2d2c8 authored by Joshua Duong's avatar Joshua Duong Committed by Automerger Merge Worker
Browse files

Merge "[clang-tidy] Add bugprone-inaccurate-erase check." am: 4aa07333 am:...

Merge "[clang-tidy] Add bugprone-inaccurate-erase check." am: 4aa07333 am: 27cb1336 am: 25baf12a am: 58af4f15 am: 2df18e93

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1365228

Change-Id: Ifa7c804d891fa99106e49873071676cc4d9e47bf
parents da1c3e3f 2df18e93
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,11 @@
// See the License for the specific language governing permissions and
// See the License for the specific language governing permissions and
// limitations under the License.
// limitations under the License.


tidy_errors = [
    "-*",
    "bugprone-inaccurate-erase",
]

cc_defaults {
cc_defaults {
    name: "adb_defaults",
    name: "adb_defaults",


@@ -73,6 +78,10 @@ cc_defaults {
            ],
            ],
        },
        },
    },
    },

    tidy: true,
    tidy_checks: tidy_errors,
    tidy_checks_as_errors: tidy_errors,
}
}


cc_defaults {
cc_defaults {