From c28819ace52704494018f14744674fe09af2d593 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Jun 2023 10:16:22 +0200 Subject: add unit test for loplugin:staticmethods Change-Id: Ied72c83dbc364f96e5b78a3cb915b23a1751ac0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152646 Tested-by: Jenkins Reviewed-by: Noel Grandin --- solenv/CompilerTest_compilerplugins_clang.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv/CompilerTest_compilerplugins_clang.mk') diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 05d0d6f3d088..a4bf3dbf45a9 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -77,6 +77,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/singlevalfields \ compilerplugins/clang/test/staticconstfield \ compilerplugins/clang/test/staticdynamic \ + compilerplugins/clang/test/staticmethods \ compilerplugins/clang/test/stdfunction \ compilerplugins/clang/test/stringadd \ compilerplugins/clang/test/stringconcatauto \ -- cgit