From 65075a76ff177ac40df726b2174297c8c774fbaa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Apr 2022 10:59:11 +0200 Subject: loplugin:stringviewvar disable for now since it might generate false + Change-Id: Icde883e0a2d60e70dd4ce9bbf823b54847cbb180 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133203 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- compilerplugins/clang/stringviewvar.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compilerplugins/clang/stringviewvar.cxx') diff --git a/compilerplugins/clang/stringviewvar.cxx b/compilerplugins/clang/stringviewvar.cxx index 2aedde049bdf..06123531e03b 100644 --- a/compilerplugins/clang/stringviewvar.cxx +++ b/compilerplugins/clang/stringviewvar.cxx @@ -400,7 +400,8 @@ private: std::set currentGoodUses_; }; -static loplugin::Plugin::Registration reg("stringviewvar"); +static loplugin::Plugin::Registration reg("stringviewvar", + false); // might generate false+ } /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ -- cgit