From 132f0e12d104757a7ba338543006eb42150a3676 Mon Sep 17 00:00:00 2001 From: Daniel Marjamaki Date: Sun, 30 Oct 2011 09:54:02 +0100 Subject: [PATCH] CheckClass: Added classInfo about explicit checking --- lib/checkclass.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/checkclass.h b/lib/checkclass.h index 9e8fb1ea8..b0dbbc9a5 100644 --- a/lib/checkclass.h +++ b/lib/checkclass.h @@ -162,7 +162,8 @@ private: "* Are there unused private functions\n" "* 'operator=' should return reference to self\n" "* 'operator=' should check for assignment to self\n" - "* Constness for member functions\n"; + "* Constness for member functions\n" + "* explicit should / shouldn't be used\n"; } // operatorEqRetRefThis helper function