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