summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-04 09:39:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-04 09:39:36 +0200
commitb9d0fe1cec0af280b0fbb80ee98769b18bb255e9 (patch)
tree59b6fdc1d592364da7d4d78b9929f26a26d39921 /compilerplugins
parenta2052db259c71618b4d26fcaa559b64f37e9e1a1 (diff)
Workaround for libc++
Change-Id: Iee5243231d695299609ca31741f6da2d517f524f
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/refcounting.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx
index 710880e34f66..c82dfeb8bad9 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",