From ab699bfdb3375f7142a50cc35322e2924c9e5945 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Apr 2022 12:25:12 +0200 Subject: new loplugin:stringviewvar looks for OUString vars that can be ... that can be string_view Change-Id: I0ddf66725e08b58e866a764f57200dd188b9f639 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133066 Tested-by: Jenkins Reviewed-by: Noel Grandin --- solenv/CompilerTest_compilerplugins_clang.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv') diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 2520dd2192e9..123e6951edb3 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -94,6 +94,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/stringstatic \ compilerplugins/clang/test/stringview \ compilerplugins/clang/test/stringviewparam \ + compilerplugins/clang/test/stringviewvar \ compilerplugins/clang/test/trivialconstructor \ compilerplugins/clang/test/trivialdestructor \ compilerplugins/clang/test/typedefparam \ -- cgit