[clang-tidy] Expand readability-redundant-smartptr-get to understand implicit converi...
authorSamuel Benzaquen <sbenza@google.com>
Mon, 15 Jan 2018 18:03:20 +0000 (18:03 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Mon, 15 Jan 2018 18:03:20 +0000 (18:03 +0000)
commitc814872cb887a31e5de6422439ffd3c640c7951a
treec7ef3f9568ad34a8f06f606aa1f580081fccec2c
parentf630047ef6b7fb496961c10d3f4bdbc43a75251b
[clang-tidy] Expand readability-redundant-smartptr-get to understand implicit converions to bool in more contexts.

Summary: Expand readability-redundant-smartptr-get to understand implicit converions to bool in more contexts.

Reviewers: hokein

Subscribers: klimek, xazax.hun, cfe-commits

Differential Revision: https://reviews.llvm.org/D41998

llvm-svn: 322497
clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get.cpp