[Libreoffice-commits] core.git: compilerplugins/clang

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 27 06:15:04 UTC 2020


 compilerplugins/clang/makeshared.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d4707f1e5ef26a535210e580e9de9d9466b9a93
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Sat Jan 25 17:42:27 2020 +0200
Commit:     Noel Grandin <noel.grandin at 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.grandin at 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
 


More information about the Libreoffice-commits mailing list