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

Stephan Bergmann sbergman at redhat.com
Wed Jun 29 07:26:16 UTC 2016


 compilerplugins/clang/passstuffbyref.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1294013bf5d373ded1d050370569acdc2b68c5f5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jun 29 09:25:19 2016 +0200

    sc/source/core/tool/scmatrix.cxx no longer triggers this?
    
    Change-Id: Ie8d18d66e89621f0cb4762ed5abfe2ec39788f72

diff --git a/compilerplugins/clang/passstuffbyref.cxx b/compilerplugins/clang/passstuffbyref.cxx
index f6200b0..168550b 100644
--- a/compilerplugins/clang/passstuffbyref.cxx
+++ b/compilerplugins/clang/passstuffbyref.cxx
@@ -257,7 +257,6 @@ void PassStuffByRef::checkReturnValue(const FunctionDecl * functionDecl, const C
         || dc.Function("sameColor").GlobalNamespace()
         || (dc.Operator(OO_Call).Struct("StringIdentity").AnonymousNamespace()
             .Namespace("pcr").GlobalNamespace())
-        || aFunctionName == "matop::COp<type-parameter-0-0, svl::SharedString>::operator()"
         || (dc.Function("accumulate").Namespace("internal")
             .Namespace("slideshow").GlobalNamespace())
         || (dc.Function("lerp").Namespace("internal").Namespace("slideshow")


More information about the Libreoffice-commits mailing list