steveire updated this revision to Diff 325283.
steveire added a comment.
Update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96222/new/
https://reviews.llvm.org/D96222
Files:
clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cp
njames93 added inline comments.
Comment at:
clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp:21-45
+ return expr(
+ anyOf(cxxMemberCallExpr(
+ on(expr(anyOf(hasType(OnClass),
+ hasType(q
steveire created this revision.
steveire added reviewers: aaron.ballman, njames93.
Herald added subscribers: nullptr.cpp, xazax.hun.
steveire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://rev