# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,diffuzzer)) $(eval $(call gb_Executable_use_api,diffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,diffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,diffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,diffuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,diffuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,diffuzzer,\ vcl/workben/diffuzzer \ )) $(eval $(call gb_Executable_add_libs,diffuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: 7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/checkconfigmacros.cxx
AgeCommit message (Expand)Author
2023-12-18-Werror,-Wdeprecated-declarationsStephan Bergmann
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2020-09-08longer watchdog timeouts for debug Skia buildLuboš Luňák
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann
2019-11-27disable checkconfigmacros compiler check for UnpackedTarballLuboš Luňák
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-06-20reformat some loplugin codeNoel Grandin
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-05-02Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann