summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/constparams.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-30 14:57:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-30 14:57:10 +0200
commit67bff64e106a7b8192e73e3665474d4c4d1eb61a (patch)
treecfa19337be50dbd9ba36810b95f538300af8b2ca /compilerplugins/clang/constparams.cxx
parent975d65eca3ccac4a9e2ff978ff15cdaa1828f89d (diff)
Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxx
Change-Id: I0193ce3be582cb0a06cca17257b1e6587c5b3752
Diffstat (limited to 'compilerplugins/clang/constparams.cxx')
-rw-r--r--compilerplugins/clang/constparams.cxx1
1 files changed, 1 insertions, 0 deletions
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/")