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/bufferadd \
16 compilerplugins
/clang
/test/buriedassign \
17 compilerplugins
/clang
/test/casttovoid \
18 compilerplugins
/clang
/test/classmemaccess \
19 compilerplugins
/clang
/test/collapseif \
20 compilerplugins
/clang
/test/commaoperator \
21 compilerplugins
/clang
/test/conditionalstring \
22 $(if
$(filter-out WNT
,$(OS
)),compilerplugins
/clang
/test/constfields
) \
23 compilerplugins
/clang
/test/constmethod \
24 compilerplugins
/clang
/test/constparams \
25 compilerplugins
/clang
/test/consttobool \
26 compilerplugins
/clang
/test/constvars \
27 compilerplugins
/clang
/test/convertlong \
28 compilerplugins
/clang
/test/cow_wrapper \
29 compilerplugins
/clang
/test/cppunitassertequals \
30 compilerplugins
/clang
/test/cstylecast \
31 compilerplugins
/clang
/test/datamembershadow \
32 compilerplugins
/clang
/test/dbgunhandledexception \
33 compilerplugins
/clang
/test/dodgyswitch \
34 compilerplugins
/clang
/test/doubleconvert \
35 compilerplugins
/clang
/test/elidestringvar \
36 compilerplugins
/clang
/test/emptyif \
37 compilerplugins
/clang
/test/expressionalwayszero \
38 compilerplugins
/clang
/test/external \
39 compilerplugins
/clang
/test/faileddyncast \
40 compilerplugins
/clang
/test/fakebool \
41 compilerplugins
/clang
/test/flatten \
42 compilerplugins
/clang
/test/fragiledestructor \
43 compilerplugins
/clang
/test/getstr \
44 compilerplugins
/clang
/test/implicitboolconversion \
45 compilerplugins
/clang
/test/indentation \
46 compilerplugins
/clang
/test/intvsfloat \
47 compilerplugins
/clang
/test/logexceptionnicely \
48 compilerplugins
/clang
/test/loopvartoosmall \
49 compilerplugins
/clang
/test/mapindex \
50 compilerplugins
/clang
/test/makeshared \
51 compilerplugins
/clang
/test/moveparam \
52 compilerplugins
/clang
/test/namespaceindentation \
53 compilerplugins
/clang
/test/noexcept \
54 compilerplugins
/clang
/test/noexceptmove \
55 compilerplugins
/clang
/test/nullptr \
56 compilerplugins
/clang
/test/oncevar \
57 compilerplugins
/clang
/test/oslendian-1 \
58 compilerplugins
/clang
/test/oslendian-2 \
59 compilerplugins
/clang
/test/oslendian-3 \
60 compilerplugins
/clang
/test/overridevirtual \
61 compilerplugins
/clang
/test/passparamsbyref \
62 compilerplugins
/clang
/test/passstuffbyref \
63 compilerplugins
/clang
/test/pointerbool \
64 compilerplugins
/clang
/test/reducevarscope \
65 compilerplugins
/clang
/test/redundantcast \
66 compilerplugins
/clang
/test/redundantfcast \
67 compilerplugins
/clang
/test/redundantinline \
68 compilerplugins
/clang
/test/redundantpointerops \
69 compilerplugins
/clang
/test/redundantpreprocessor \
70 compilerplugins
/clang
/test/refcounting \
71 compilerplugins
/clang
/test/referencecasting \
72 compilerplugins
/clang
/test/returnconstval \
73 compilerplugins
/clang
/test/salcall \
74 compilerplugins
/clang
/test/sallogareas \
75 compilerplugins
/clang
/test/salunicodeliteral \
76 compilerplugins
/clang
/test/selfinit \
77 compilerplugins
/clang
/test/sequentialassign \
78 compilerplugins
/clang
/test/shouldreturnbool \
79 compilerplugins
/clang
/test/simplifyconstruct \
80 compilerplugins
/clang
/test/simplifydynamiccast \
81 compilerplugins
/clang
/test/simplifypointertobool \
82 compilerplugins
/clang
/test/singlevalfields \
83 compilerplugins
/clang
/test/staticconstfield \
84 compilerplugins
/clang
/test/staticdynamic \
85 compilerplugins
/clang
/test/staticvar \
86 compilerplugins
/clang
/test/stdfunction \
87 compilerplugins
/clang
/test/stringadd \
88 compilerplugins
/clang
/test/stringconcatauto \
89 compilerplugins
/clang
/test/stringconcatliterals \
90 compilerplugins
/clang
/test/stringconstant \
91 compilerplugins
/clang
/test/stringliteralvar \
92 compilerplugins
/clang
/test/stringliteraldefine \
93 compilerplugins
/clang
/test/stringloop \
94 compilerplugins
/clang
/test/stringstatic \
95 compilerplugins
/clang
/test/stringview \
96 compilerplugins
/clang
/test/stringviewparam \
97 compilerplugins
/clang
/test/typedefparam \
98 compilerplugins
/clang
/test/unnecessarycatchthrow \
99 compilerplugins
/clang
/test/unnecessaryoverride \
100 compilerplugins
/clang
/test/unnecessaryoverride-dtor \
101 compilerplugins
/clang
/test/unnecessaryparen \
102 compilerplugins
/clang
/test/unoany \
103 compilerplugins
/clang
/test/unoquery \
104 compilerplugins
/clang
/test/unreffun \
105 compilerplugins
/clang
/test/unsignedcompare \
106 compilerplugins
/clang
/test/unusedcapturedefault \
107 compilerplugins
/clang
/test/unusedenumconstants \
108 compilerplugins
/clang
/test/unusedfields \
109 compilerplugins
/clang
/test/unusedindex \
110 compilerplugins
/clang
/test/unusedmember \
111 compilerplugins
/clang
/test/unusedvariablecheck \
112 compilerplugins
/clang
/test/unusedvariablemore \
113 compilerplugins
/clang
/test/unusedvarsglobal \
114 compilerplugins
/clang
/test/useuniqueptr \
115 compilerplugins
/clang
/test/vclwidgets \
116 compilerplugins
/clang
/test/weakbase \
117 compilerplugins
/clang
/test/weakobject \
118 compilerplugins
/clang
/test/writeonlyvars \
119 compilerplugins
/clang
/test/xmlimport \
122 $(eval
$(call gb_CompilerTest_use_externals
,compilerplugins_clang
, \
127 $(eval
$(call gb_CompilerTest_use_udk_api
,compilerplugins_clang
))
129 # vim: set noet sw=4 ts=4: