compilerplugins/clang/makeshared.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2d4707f1e5ef26a535210e580e9de9d9466b9a93 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Sat Jan 25 17:42:27 2020 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Jan 27 07:14:24 2020 +0100 turn on loplugin:makeshared Change-Id: Ic1baa3971e34c7df20ad7d3278c4fddc52b28a19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87413 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/compilerplugins/clang/makeshared.cxx b/compilerplugins/clang/makeshared.cxx index 93aac06666ba..61b58c36488a 100644 --- a/compilerplugins/clang/makeshared.cxx +++ b/compilerplugins/clang/makeshared.cxx @@ -128,7 +128,7 @@ bool MakeShared::VisitCXXMemberCallExpr(CXXMemberCallExpr const* cxxMemberCallEx return true; } -loplugin::Plugin::Registration<MakeShared> makeshared("makeshared", false); +loplugin::Plugin::Registration<MakeShared> makeshared("makeshared"); } // namespace _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits