summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_indexenumeration_datapilotitemsenumeration.mk
blob: 585c21893d3f73c69c334eca7895cfaa3d4569a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************

$(eval $(call sc_unoapi_common,indexenumeration_datapilotitemsenumeration))

# vim: set noet sw=4 ts=4:
f='/cgit/lo/core/commit/compilerplugins/clang/sharedvisitor?h=distro/lhm/libreoffice-6-4%2bbackports&id=70093d815379e703a570e9cab3e8746555706ea0'>adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin 2019-08-26use shared-plugin infra for some recent pluginsNoel Grandin 2019-08-15LLVM trunk requires C++14 nowStephan Bergmann 2019-07-19make cppunitassertequals a shared pluginNoel Grandin 2019-07-17Revert "simplify sharedplugin PostTraverse calls"Noel Grandin 2019-07-17make some plugins used the shared frameworkNoel Grandin 2019-07-17make passparamsbyref a shared pluginNoel Grandin 2019-07-17make overrridevirtual a shared pluginNoel Grandin 2019-07-17simplify sharedplugin PostTraverse callsNoel Grandin 2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin 2019-07-16convert redundantfcast to LO_CLANG_SHARED_PLUGINSNoel Grandin 2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin 2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin 2019-07-15Revert "convert some plugins to use the sharedplugin infrastructure"Noel Grandin 2019-07-15convert some plugins to use the sharedplugin infrastructureNoel Grandin 2019-07-02update clang sharedvisitor.cxxLuboš Luňák 2019-04-15improve loplugin simplifyconstructNoel Grandin 2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann 2019-03-13warn if sharedvisitor generator cannot find code in a source fileLuboš Luňák 2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák