summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-22 10:54:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-22 10:54:25 +0100
commit0de1b34a89a5bafa87a031da7e53e902ec14312c (patch)
tree86269c1aeea1009aca9d7939df8f6e04faeee0ca /solenv
parent37a14c5e359a554195fbcbe2805a284ccf4cb677 (diff)
New loplugin:oslendian
...to catch new places where defined'ness of OSL_BIG/LITENDIAN would be checked without osl/endian.h being included; cf. e2f08f9def0869460ad38a1c2adb450778290f6e "connectivity, sc: add missing #include <osl/endian.h>" and 2b14fb3a4f92b928f0a5fc536c6a5f4a6e51a9b8 "cppcanvas, oox: add missing #include <osl/endian.h>". Change-Id: I167c8916a01391b7dacad7325153ccf35d3ba9dc
Diffstat (limited to 'solenv')
-rw-r--r--solenv/CompilerTest_compilerplugins_clang.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 3045fba93796..1258aa6339a2 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -12,6 +12,9 @@ $(eval $(call gb_CompilerTest_CompilerTest,compilerplugins_clang))
$(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/datamembershadow \
compilerplugins/clang/test/finalprotected \
+ compilerplugins/clang/test/oslendian-1 \
+ compilerplugins/clang/test/oslendian-2 \
+ compilerplugins/clang/test/oslendian-3 \
compilerplugins/clang/test/salbool \
))