[PATCH] D41998: [clang-tidy] Expand readability-redundant-smartptr-get to understand implicit converions to bool in more contexts.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 13 08:22:44 PST 2018
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Aside from a minor formatting nit, LGTM!
================
Comment at: clang-tidy/readability/RedundantSmartptrGetCheck.cpp:21
namespace {
+
internal::Matcher<Expr> callToGet(const internal::Matcher<Decl> &OnClass) {
----------------
Spurious formatting change?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D41998
More information about the cfe-commits
mailing list