[PATCH] D12287: Add replace-auto_ptr check.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 24 15:47:01 PDT 2015


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





More information about the cfe-commits mailing list