alexfh added inline comments. ================ Comment at: clang-tidy/modernize/ReplaceAutoPtrCheck.h:20 @@ +19,3 @@ + +class ReplaceAutoPtrCheck : public ClangTidyCheck { +public: ---------------- Please add a class comment describing what the check does and why. http://reviews.llvm.org/D12287