diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-11 23:13:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-12 08:09:37 +0200 |
commit | 82a763d78c168192263765b38f23c93346096243 (patch) | |
tree | 88baf7cf539317fe14124b82fa0f6190f784ad01 | |
parent | 7de501ca657b839e63001cebd62965a33c6b7f5e (diff) |
Enable compilerplugins/clang/test/classmemaccess.cxx
...which was added with 8f4fdb405a8470b9d06ab14ced120da89b213e82 "New
loplugin:classmemaccess", but I forgot to include this change to
solenv/CompilerTest_compilerplugins_clang.mk in that commit
Change-Id: If1580b28369443f09dae8882346b1e0ff8214ab4
Reviewed-on: https://gerrit.libreoffice.org/80699
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-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 9a5fe8545ee3..644e8179180d 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -14,6 +14,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/blockblock \ compilerplugins/clang/test/buriedassign \ compilerplugins/clang/test/casttovoid \ + compilerplugins/clang/test/classmemaccess \ compilerplugins/clang/test/collapseif \ compilerplugins/clang/test/commaoperator \ $(if $(filter-out WNT,$(OS)),compilerplugins/clang/test/constfields) \ |