diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-17 12:50:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-17 13:18:34 +0200 |
commit | d21b119df35ca43d3a4edeab2a809c345e0f617c (patch) | |
tree | 237b376fe1594cf7a20cc4e894ea4bf4e636dc73 /solenv | |
parent | b0d7b8fa63109117ec19864ddd2462683088d1e3 (diff) |
loplugin:passstuffbyref ignore params that are assigned to
makes writing nice code awkward sometimes.
Also split plugin into two different plugins, the logic was getting
tangled up.
Change-Id: I232e314d29c766c160c29373988dc37a466505be
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 59f572ce1374..1c44878f5b53 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -23,6 +23,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/oslendian-1 \ compilerplugins/clang/test/oslendian-2 \ compilerplugins/clang/test/oslendian-3 \ + compilerplugins/clang/test/passparamsbyref \ compilerplugins/clang/test/passstuffbyref \ compilerplugins/clang/test/redundantcast \ compilerplugins/clang/test/redundantcopy \ |