summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/toolslong.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/toolslong.cxx')
-rw-r--r--compilerplugins/clang/toolslong.cxx15
1 files changed, 14 insertions, 1 deletions
diff --git a/compilerplugins/clang/toolslong.cxx b/compilerplugins/clang/toolslong.cxx
index fd3f2e2bd932..fbf9ceb38773 100644
--- a/compilerplugins/clang/toolslong.cxx
+++ b/compilerplugins/clang/toolslong.cxx
@@ -142,7 +142,20 @@ void ToolsLong::run()
StringRef fn(handler.getMainFileName());
// sberg says this is fine
- if (loplugin::isSamePathname(fn, SRCDIR "/pyuno/source/module/pyuno.cxx")
+ if (loplugin::isSamePathname(fn, SRCDIR "/avmedia/source/win/framegrabber.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/avmedia/source/win/manager.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/avmedia/source/win/player.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/avmedia/source/win/window.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/connectivity/source/drivers/ado/AStatement.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/connectivity/source/drivers/ado/Awrapado.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/desktop/win32/source/loader.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/extensions/source/activex/SOActiveX.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/pyuno/source/module/pyuno.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR
+ "/setup_native/source/win32/customactions/sellang/sellang.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR
+ "/shell/source/win32/shlxthandler/ooofilt/stream_helper.cxx")
+ || loplugin::isSamePathname(fn, SRCDIR "/shell/source/win32/zipfile/zipfile.cxx")
|| loplugin::isSamePathname(fn, SRCDIR "/ucb/source/ucp/webdav-neon/NeonSession.cxx"))
return;
// these are places where the external API is actually "long"