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/constparams \
24 compilerplugins
/clang
/test/constmethod \
25 compilerplugins
/clang
/test/constvars \
26 compilerplugins
/clang
/test/convertlong \
27 compilerplugins
/clang
/test/cppunitassertequals \
28 compilerplugins
/clang
/test/cstylecast \
29 compilerplugins
/clang
/test/datamembershadow \
30 compilerplugins
/clang
/test/dbgunhandledexception \
31 compilerplugins
/clang
/test/dodgyswitch \
32 compilerplugins
/clang
/test/doubleconvert \
33 compilerplugins
/clang
/test/emptyif \
34 compilerplugins
/clang
/test/external \
35 compilerplugins
/clang
/test/externvar \
36 compilerplugins
/clang
/test/expressionalwayszero \
37 compilerplugins
/clang
/test/intvsfloat \
38 compilerplugins
/clang
/test/faileddyncast \
39 compilerplugins
/clang
/test/fakebool \
40 compilerplugins
/clang
/test/finalprotected \
41 compilerplugins
/clang
/test/flatten \
42 compilerplugins
/clang
/test/fragiledestructor \
43 compilerplugins
/clang
/test/getstr \
44 compilerplugins
/clang
/test/indentation \
45 compilerplugins
/clang
/test/logexceptionnicely \
46 compilerplugins
/clang
/test/loopvartoosmall \
47 compilerplugins
/clang
/test/nullptr \
48 compilerplugins
/clang
/test/mapindex \
49 compilerplugins
/clang
/test/noexceptmove \
50 compilerplugins
/clang
/test/oncevar \
51 compilerplugins
/clang
/test/oslendian-1 \
52 compilerplugins
/clang
/test/oslendian-2 \
53 compilerplugins
/clang
/test/oslendian-3 \
54 compilerplugins
/clang
/test/passparamsbyref \
55 compilerplugins
/clang
/test/passstuffbyref \
56 compilerplugins
/clang
/test/pointerbool \
57 compilerplugins
/clang
/test/redundantcast \
58 compilerplugins
/clang
/test/redundantfcast \
59 compilerplugins
/clang
/test/redundantinline \
60 compilerplugins
/clang
/test/redundantpointerops \
61 compilerplugins
/clang
/test/refcounting \
62 compilerplugins
/clang
/test/referencecasting \
63 compilerplugins
/clang
/test/returnconstval \
64 compilerplugins
/clang
/test/salcall \
65 compilerplugins
/clang
/test/sallogareas \
66 compilerplugins
/clang
/test/salunicodeliteral \
67 compilerplugins
/clang
/test/selfinit \
68 compilerplugins
/clang
/test/sequentialassign \
69 compilerplugins
/clang
/test/sequenceloop \
70 compilerplugins
/clang
/test/shouldreturnbool \
71 compilerplugins
/clang
/test/simplifybool \
72 compilerplugins
/clang
/test/simplifyconstruct \
73 compilerplugins
/clang
/test/simplifydynamiccast \
74 compilerplugins
/clang
/test/singlevalfields \
75 compilerplugins
/clang
/test/staticconstfield \
76 compilerplugins
/clang
/test/staticvar \
77 compilerplugins
/clang
/test/stdfunction \
78 compilerplugins
/clang
/test/stringadd \
79 compilerplugins
/clang
/test/stringbuffer \
80 compilerplugins
/clang
/test/stringconcatauto \
81 compilerplugins
/clang
/test/stringconcatliterals \
82 compilerplugins
/clang
/test/stringconstant \
83 compilerplugins
/clang
/test/stringloop \
84 compilerplugins
/clang
/test/typedefparam \
85 compilerplugins
/clang
/test/unnecessarycatchthrow \
86 compilerplugins
/clang
/test/unnecessaryoverride \
87 compilerplugins
/clang
/test/unnecessaryoverride-dtor \
88 compilerplugins
/clang
/test/unnecessaryparen \
89 compilerplugins
/clang
/test/unoany \
90 compilerplugins
/clang
/test/unoquery \
91 compilerplugins
/clang
/test/unreffun \
92 compilerplugins
/clang
/test/unusedindex \
93 compilerplugins
/clang
/test/unusedenumconstants \
94 compilerplugins
/clang
/test/unusedfields \
95 compilerplugins
/clang
/test/unusedvariablecheck \
96 compilerplugins
/clang
/test/unusedvariablemore \
97 compilerplugins
/clang
/test/useuniqueptr \
98 compilerplugins
/clang
/test/vclwidgets \
99 compilerplugins
/clang
/test/weakbase \
100 compilerplugins
/clang
/test/writeonlyvars \
103 $(eval
$(call gb_CompilerTest_use_externals
,compilerplugins_clang
, \
108 $(eval
$(call gb_CompilerTest_use_udk_api
,compilerplugins_clang
))
110 # vim: set noet sw=4 ts=4: