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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to