lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / solenv / CompilerTest_compilerplugins_clang.mk
blob5b07568c1f7590b6f94807d1011bde46d43309af
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CompilerTest_CompilerTest,compilerplugins_clang))
12 $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
13 compilerplugins/clang/test/badstatics \
14 compilerplugins/clang/test/blockblock \
15 compilerplugins/clang/test/buriedassign \
16 compilerplugins/clang/test/casttovoid \
17 compilerplugins/clang/test/collapseif \
18 compilerplugins/clang/test/commaoperator \
19 $(if $(filter-out WNT,$(OS)),compilerplugins/clang/test/constfields) \
20 compilerplugins/clang/test/constparams \
21 compilerplugins/clang/test/convertlong \
22 compilerplugins/clang/test/cppunitassertequals \
23 compilerplugins/clang/test/cstylecast \
24 compilerplugins/clang/test/datamembershadow \
25 compilerplugins/clang/test/dbgunhandledexception \
26 compilerplugins/clang/test/dodgyswitch \
27 compilerplugins/clang/test/doubleconvert \
28 compilerplugins/clang/test/emptyif \
29 compilerplugins/clang/test/externvar \
30 compilerplugins/clang/test/expressionalwayszero \
31 compilerplugins/clang/test/faileddyncast \
32 compilerplugins/clang/test/finalprotected \
33 compilerplugins/clang/test/flatten \
34 compilerplugins/clang/test/loopvartoosmall \
35 compilerplugins/clang/test/oncevar \
36 compilerplugins/clang/test/oslendian-1 \
37 compilerplugins/clang/test/oslendian-2 \
38 compilerplugins/clang/test/oslendian-3 \
39 compilerplugins/clang/test/passparamsbyref \
40 compilerplugins/clang/test/passstuffbyref \
41 compilerplugins/clang/test/pointerbool \
42 compilerplugins/clang/test/redundantcast \
43 compilerplugins/clang/test/redundantfcast \
44 compilerplugins/clang/test/redundantinline \
45 compilerplugins/clang/test/redundantpointerops \
46 compilerplugins/clang/test/refcounting \
47 compilerplugins/clang/test/salbool \
48 compilerplugins/clang/test/salcall \
49 compilerplugins/clang/test/sallogareas \
50 compilerplugins/clang/test/salunicodeliteral \
51 compilerplugins/clang/test/shouldreturnbool \
52 compilerplugins/clang/test/simplifybool \
53 compilerplugins/clang/test/simplifyconstruct \
54 compilerplugins/clang/test/simplifydynamiccast \
55 compilerplugins/clang/test/singlevalfields \
56 compilerplugins/clang/test/staticconstfield \
57 compilerplugins/clang/test/staticvar \
58 compilerplugins/clang/test/stringbuffer \
59 compilerplugins/clang/test/stringconstant \
60 compilerplugins/clang/test/stringloop \
61 compilerplugins/clang/test/unnecessarycatchthrow \
62 compilerplugins/clang/test/unnecessaryoverride \
63 compilerplugins/clang/test/unnecessaryoverride-dtor \
64 compilerplugins/clang/test/unnecessaryparen \
65 compilerplugins/clang/test/unoany \
66 compilerplugins/clang/test/unreffun \
67 compilerplugins/clang/test/unusedindex \
68 compilerplugins/clang/test/unusedvariablecheck \
69 compilerplugins/clang/test/unusedvariablemore \
70 compilerplugins/clang/test/useuniqueptr \
71 compilerplugins/clang/test/vclwidgets \
74 # clang-3.8 and clang trunk differ in how they represent ranged-for
75 # which leads to a test failure
76 # compilerplugins/clang/test/unusedfields \
78 $(eval $(call gb_CompilerTest_use_externals,compilerplugins_clang, \
79 boost_headers \
80 cppunit \
83 $(eval $(call gb_CompilerTest_use_udk_api,compilerplugins_clang))
85 # vim: set noet sw=4 ts=4: