diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-17 11:35:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-17 13:18:34 +0200 |
commit | b0d7b8fa63109117ec19864ddd2462683088d1e3 (patch) | |
tree | 48ef8f5c1809be477575562a5d02c84e3b0c7618 /solenv | |
parent | d64a7f4ba80fa2a0a0ad2bddc6906ab6b78a23c8 (diff) |
new loplugin convertuintptr
an experiment to see if I can make the process of eliminating
sal_uIntPtr a little easier
Change-Id: I808185fbf18826cb9ab5612a7be4148d52045957
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 4f1b41149536..59f572ce1374 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -12,6 +12,7 @@ $(eval $(call gb_CompilerTest_CompilerTest,compilerplugins_clang)) $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/casttovoid \ compilerplugins/clang/test/constparams \ + compilerplugins/clang/test/convertuintptr \ compilerplugins/clang/test/cppunitassertequals \ compilerplugins/clang/test/datamembershadow \ compilerplugins/clang/test/droplong \ |