Merge "Suppress clang-tidy on crasher.cpp"

This commit is contained in:
Treehugger Robot 2022-12-05 21:26:39 +00:00 committed by Gerrit Code Review
commit a8ff9a4955

View file

@ -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: {