From: Sylvestre Ledru Date: Fri, 10 Jan 2020 17:48:03 +0000 (+0100) Subject: MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3db1aad2796c62f0d188a74f2901c18e51843c2;p=platform%2Fupstream%2Fllvm.git MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker --- diff --git a/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp b/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp index 1ee4fd7..e2f812b 100644 --- a/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp +++ b/clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp @@ -41,6 +41,8 @@ bool MakeUniqueCheck::isLanguageVersionSupported( return RequireCPlusPlus14 ? LangOpts.CPlusPlus14 : LangOpts.CPlusPlus11; } +// FixItHint is done by MakeSmartPtrCheck + } // namespace modernize } // namespace tidy } // namespace clang