compilerplugins/clang/stringviewvar.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 65075a76ff177ac40df726b2174297c8c774fbaa
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Apr 20 10:59:11 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Apr 20 12:59:42 2022 +0200

    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 <noel.gran...@collabora.co.uk>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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<DeclRefExpr const*> currentGoodUses_;
 };
 
-static loplugin::Plugin::Registration<StringViewVar> reg("stringviewvar");
+static loplugin::Plugin::Registration<StringViewVar> reg("stringviewvar",
+                                                         false); // might 
generate false+
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */

Reply via email to