diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-03-14 21:33:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-03-15 13:40:00 +0100 |
commit | c3346dc5731ecadb4762b939b76056eaed193341 (patch) | |
tree | 91e7d46dbaa044980ec80ef59d751c0679b01a01 /solenv | |
parent | 59cb2aa7908e1a7079a6fb692465b1bbe4321e2b (diff) |
loplugin:trivialdestructor: Only warn about definitions
Change-Id: I666e72a5c95b48cd5bc0cb775de3ec6a6c82fe39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131574
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 66b0579dd69b..b95771b75dff 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/trivialdestructor \ compilerplugins/clang/test/typedefparam \ compilerplugins/clang/test/typeidcomparison \ compilerplugins/clang/test/unnecessarycatchthrow \ |