From 52789497db9f97beb8c95177fd2293287c5dc1e6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Mar 2015 14:27:53 +0200 Subject: wrap more stuff in VclPtr Change-Id: Ia742c47399231bc5914b6586132ad3daf694fdb0 --- compilerplugins/clang/vclwidgets.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/vclwidgets.cxx b/compilerplugins/clang/vclwidgets.cxx index ffa73a85f451..092770db5051 100644 --- a/compilerplugins/clang/vclwidgets.cxx +++ b/compilerplugins/clang/vclwidgets.cxx @@ -243,6 +243,8 @@ bool VCLWidgets::VisitVarDecl(const VarDecl * pVarDecl) { && !startsWith(pVarDecl->getType().getAsString(), "::std::multimap") && !startsWith(pVarDecl->getType().getAsString(), "::dbp::OMultiInstanceAutoRegistration< ::dbp::OUnoAutoPilot<") && !startsWith(pVarDecl->getType().getAsString(), "SwSidebarWin_iterator") + && !startsWith(pVarDecl->getType().getAsString(), "functor_vector_type") + && !startsWith(pVarDecl->getType().getAsString(), "const functor_vector_type") && containsWindowSubclass(pVarDecl->getType())) { report( -- cgit v1.2.3