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

Commit 4aa07333 authored by Joshua Duong's avatar Joshua Duong Committed by Gerrit Code Review
Browse files

Merge "[clang-tidy] Add bugprone-inaccurate-erase check."

parents 3e31ec83 89169a37
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

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

cc_defaults {
    name: "adb_defaults",

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

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

cc_defaults {