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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits