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

Stephan Bergmann sbergman at redhat.com
Tue Aug 4 00:40:09 PDT 2015


 compilerplugins/clang/refcounting.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b9d0fe1cec0af280b0fbb80ee98769b18bb255e9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Aug 4 09:39:36 2015 +0200

    Workaround for libc++
    
    Change-Id: Iee5243231d695299609ca31741f6da2d517f524f

diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx
index 710880e..c82dfeb 100644
--- a/compilerplugins/clang/refcounting.cxx
+++ b/compilerplugins/clang/refcounting.cxx
@@ -138,6 +138,8 @@ static std::vector<std::string> PROBABLY_GOOD_TEMPLATES = {
     "sdbtools::OAutoRegistration",
     "stoc_connector::ReferenceEqual",
     "stoc_connector::ReferenceHash",
+    "std::__1::mem_fun_t",
+    "std::__1::mem_fun1_t",
     "std::mem_fun_t",
     "std::mem_fun1_t",
     "SwIterator",


More information about the Libreoffice-commits mailing list