[PATCH] D98296: [clang-tidy] Simplify readability checks to not need ignoring* matchers
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 05:25:54 PST 2021
njames93 added a comment.
Please address the format issues.
================
Comment at: clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp:45
callee(
memberExpr(hasObjectExpression(allOf(
anyOf(hasType(UniquePtrWithDefaultDelete),
----------------
This allOf matcher only contains 1 sub matcher so is breaking the build.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98296/new/
https://reviews.llvm.org/D98296
More information about the cfe-commits
mailing list