# -*- 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 gb_Library_Library,kf5be1)) $(eval $(call gb_Library_use_sdk_api,kf5be1)) $(eval $(call gb_Library_use_externals,kf5be1,\ kf5 \ )) $(eval $(call gb_Library_use_libraries,kf5be1,\ cppu \ cppuhelper \ sal \ vcl \ )) $(eval $(call gb_Library_set_componentfile,kf5be1,shell/source/backends/kf5be/kf5be1,services)) $(eval $(call gb_Library_add_exception_objects,kf5be1,\ shell/source/backends/kf5be/kf5access \ shell/source/backends/kf5be/kf5backend \ )) # Workaround for clang+icecream (clang's -frewrite-includes # doesn't handle Qt5's QT_HAS_INCLUDE that Qt5 uses for ). ifeq ($(COM_IS_CLANG),TRUE) $(eval $(call gb_Library_add_cxxflags,kf5be1, \ -include chrono \ )) endif # vim: set shiftwidth=4 tabstop=4 noexpandtab: distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/CompilerTest_compilerplugins_clang.mk
AgeCommit message (Expand)Author
2023-11-08new loplugin:fieldcastNoel Grandin
2023-10-07loplugin:ostr: Rewrite some uses of O[U]String to use ""_ostr/u""_ustr literalsStephan Bergmann
2023-09-15loplugin, merge weakobject into weakbaseNoel Grandin
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-19loplugin: new global analysis locking2Noel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-06add unit test for loplugin:staticmethodsNoel Grandin
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-03-17loplugin:rangedforcopy: Assume non-reference structured binding is intentionalStephan Bergmann
2023-01-20New loplugin:unoaggregationStephan Bergmann
2022-12-20new loplugin:implinheritancehelperNoel Grandin
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-11New loplugin:constmoveStephan Bergmann
2022-07-06move old/unused plugins to storeNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-04-30new loplugin:stringviewdangleNoel Grandin
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-03-16Fix loplugin:trivialconstructor handling of ctor templatesStephan Bergmann
2022-03-15loplugin:trivialdestructor: Only warn about definitionsStephan Bergmann
2022-02-12Fix some tautological std::type_info (in-)equality comparisonsStephan Bergmann