summaryrefslogtreecommitdiff
path: root/solenv/CompilerTest_compilerplugins_clang.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-22 08:55:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-22 08:56:29 +0200
commit50d0ec571f302fe54ac7ddac827b571c94554bec (patch)
tree92f630d1bfd8feb9cc1814e7b9a7b9db00b7a66a /solenv/CompilerTest_compilerplugins_clang.mk
parent38604d6cbeb79731aec023615fa0972dda7715b1 (diff)
rename redundantcopy loplugin to redundantfcast
Change-Id: I34e28a30a4f1fd264c18c901cd94094531543271
Diffstat (limited to 'solenv/CompilerTest_compilerplugins_clang.mk')
-rw-r--r--solenv/CompilerTest_compilerplugins_clang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 018740f932a3..bc4fbdc3ae0c 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -35,7 +35,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/passstuffbyref \
compilerplugins/clang/test/pointerbool \
compilerplugins/clang/test/redundantcast \
- compilerplugins/clang/test/redundantcopy \
+ compilerplugins/clang/test/redundantfcast \
compilerplugins/clang/test/redundantinline \
compilerplugins/clang/test/redundantpointerops \
compilerplugins/clang/test/refcounting \