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/casttovoid \
16 compilerplugins
/clang
/test/commaoperator \
17 compilerplugins
/clang
/test/constparams \
18 compilerplugins
/clang
/test/convertlong \
19 compilerplugins
/clang
/test/cppunitassertequals \
20 compilerplugins
/clang
/test/cstylecast \
21 compilerplugins
/clang
/test/datamembershadow \
22 compilerplugins
/clang
/test/dbgunhandledexception \
23 compilerplugins
/clang
/test/dodgyswitch \
24 compilerplugins
/clang
/test/doubleconvert \
25 compilerplugins
/clang
/test/emptyif \
26 compilerplugins
/clang
/test/externvar \
27 compilerplugins
/clang
/test/expressionalwayszero \
28 compilerplugins
/clang
/test/faileddyncast \
29 compilerplugins
/clang
/test/finalprotected \
30 compilerplugins
/clang
/test/flatten \
31 compilerplugins
/clang
/test/loopvartoosmall \
32 compilerplugins
/clang
/test/oncevar \
33 compilerplugins
/clang
/test/oslendian-1 \
34 compilerplugins
/clang
/test/oslendian-2 \
35 compilerplugins
/clang
/test/oslendian-3 \
36 compilerplugins
/clang
/test/passparamsbyref \
37 compilerplugins
/clang
/test/passstuffbyref \
38 compilerplugins
/clang
/test/pointerbool \
39 compilerplugins
/clang
/test/redundantcast \
40 compilerplugins
/clang
/test/redundantfcast \
41 compilerplugins
/clang
/test/redundantinline \
42 compilerplugins
/clang
/test/redundantpointerops \
43 compilerplugins
/clang
/test/refcounting \
44 compilerplugins
/clang
/test/salbool \
45 compilerplugins
/clang
/test/salcall \
46 compilerplugins
/clang
/test/sallogareas \
47 compilerplugins
/clang
/test/salunicodeliteral \
48 compilerplugins
/clang
/test/simplifybool \
49 compilerplugins
/clang
/test/simplifydynamiccast \
50 compilerplugins
/clang
/test/stringconstant \
51 compilerplugins
/clang
/test/unnecessarycatchthrow \
52 compilerplugins
/clang
/test/unnecessaryoverride \
53 compilerplugins
/clang
/test/unnecessaryoverride-dtor \
54 compilerplugins
/clang
/test/unnecessaryparen \
55 compilerplugins
/clang
/test/unoany \
56 compilerplugins
/clang
/test/unusedindex \
57 compilerplugins
/clang
/test/unusedvariablecheck \
58 compilerplugins
/clang
/test/unusedvariablemore \
59 compilerplugins
/clang
/test/useuniqueptr \
60 compilerplugins
/clang
/test/vclwidgets \
63 # clang-3.8 and clang trunk differ in how they represent ranged-for
64 # which leads to a test failure
65 # compilerplugins/clang/test/unusedfields \
67 $(eval
$(call gb_CompilerTest_use_externals
,compilerplugins_clang
, \
72 $(eval
$(call gb_CompilerTest_use_udk_api
,compilerplugins_clang
))
74 # vim: set noet sw=4 ts=4: