# -*- 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_CppunitTest_CppunitTest,sc_headerfieldsobj)) $(eval $(call gb_CppunitTest_use_external,sc_headerfieldsobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_headerfieldsobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_headerfieldsobj, \ sc/qa/extras/scheaderfieldsobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_headerfieldsobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_headerfieldsobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_headerfieldsobj)) $(eval $(call gb_CppunitTest_use_ure,sc_headerfieldsobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_headerfieldsobj)) $(eval $(call gb_CppunitTest_use_components,sc_headerfieldsobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_headerfieldsobj)) # vim: set noet sw=4 ts=4: office-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/bufferadd.cxx
AgeCommit message (Expand)Author
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2019-10-23Fix call to NamedDecl::getNameStephan Bergmann
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin