diff options
Diffstat (limited to 'compilerplugins/clang/stringviewvar.cxx')
-rw-r--r-- | compilerplugins/clang/stringviewvar.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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: */ |