alexfh added inline comments. ================ Comment at: clang-tidy/readability/RedundantSmartptrGetCheck.cpp:64 @@ -63,3 +63,3 @@ const auto IsAKnownSmartptr = recordDecl( anyOf(hasName("::std::unique_ptr"), hasName("::std::shared_ptr"))); ---------------- BTW, this can be done using hasAnyName.
https://reviews.llvm.org/D24893 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits