solenv/CompilerTest_compilerplugins_clang.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4c58d82180984e7051f06563cb6cb1596862d8bd Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Oct 16 14:52:40 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Oct 17 08:01:42 2025 +0200 Enable compilerplugins/clang/test/constparams again ...after e07a0568b0b06c089ef4d346af8a7ece880890bc "move loplugin:constparams out of store again" Change-Id: Ib51601cc494a51a5abe497ed4989af04229c89f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192555 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index eb74020d5ca6..d4eb9db80e3c 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -22,6 +22,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/constexprliteral \ compilerplugins/clang/test/constmethod \ compilerplugins/clang/test/constmove \ + compilerplugins/clang/test/constparams \ compilerplugins/clang/test/consttobool \ compilerplugins/clang/test/cow_wrapper \ compilerplugins/clang/test/cppunitassertequals \
