diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-29 09:25:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-29 09:25:52 +0200 |
commit | 1294013bf5d373ded1d050370569acdc2b68c5f5 (patch) | |
tree | 0d1fa356c696c50d76541668797557f37e57169f /compilerplugins | |
parent | 24dcbccee7b1e35473187a77852afc8eee87ed2a (diff) |
sc/source/core/tool/scmatrix.cxx no longer triggers this?
Change-Id: Ie8d18d66e89621f0cb4762ed5abfe2ec39788f72
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/passstuffbyref.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/passstuffbyref.cxx b/compilerplugins/clang/passstuffbyref.cxx index f6200b0bcf93..168550bcdcbb 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") |