[Libreoffice-commits] core.git: compilerplugins/clang
Stephan Bergmann
sbergman at redhat.com
Wed Aug 30 13:01:41 UTC 2017
compilerplugins/clang/constparams.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 67bff64e106a7b8192e73e3665474d4c4d1eb61a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Aug 30 14:57:10 2017 +0200
Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxx
Change-Id: I0193ce3be582cb0a06cca17257b1e6587c5b3752
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx
index 8c42e5a27c6b..3203fc59cd12 100644
--- a/compilerplugins/clang/constparams.cxx
+++ b/compilerplugins/clang/constparams.cxx
@@ -40,6 +40,7 @@ public:
compiler.getSourceManager().getMainFileID())->getName() );
normalizeDotDotInFilePath(fn);
if (startswith(fn, SRCDIR "/sal/")
+ || fn == SRCDIR "/jurt/source/pipe/staticsalhack.cxx"
|| startswith(fn, SRCDIR "/bridges/")
|| startswith(fn, SRCDIR "/binaryurp/")
|| startswith(fn, SRCDIR "/stoc/")
More information about the Libreoffice-commits
mailing list