MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 10 Jan 2020 17:48:03 +0000 (18:48 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 10 Jan 2020 21:06:03 +0000 (22:06 +0100)
clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp

index 1ee4fd7..e2f812b 100644 (file)
@@ -41,6 +41,8 @@ bool MakeUniqueCheck::isLanguageVersionSupported(
   return RequireCPlusPlus14 ? LangOpts.CPlusPlus14 : LangOpts.CPlusPlus11;
 }
 
+// FixItHint is done by MakeSmartPtrCheck
+
 } // namespace modernize
 } // namespace tidy
 } // namespace clang