[PATCH] D96222: [clang-tidy] Simplify redundant smartptr get check

2021-02-21 Thread Stephen Kelly via Phabricator via cfe-commits
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

[PATCH] D96222: [clang-tidy] Simplify redundant smartptr get check

2021-02-15 Thread Nathan James via Phabricator via cfe-commits
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

[PATCH] D96222: [clang-tidy] Simplify redundant smartptr get check

2021-02-07 Thread Stephen Kelly via Phabricator via cfe-commits
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