# This is the BSD 4.3 UNIX configuration file for DMAKE # It simply modifies the values of SRC, and checks to see if # OSENVIRONMENT is defined. If so it includes the appropriate # config.mk file. # # It also sets the values of .SOURCE.c and .SOURCE.h to include the local # directory. # osrdir := $(OS)$(DIRSEPSTR)$(OSRELEASE) # The following sources are required for BSD4.3 OSDSRC := putenv.c tempnam.c utime.c setvbuf.c .IF $(OSDSRC) SRC += $(OSDSRC) .SETDIR=$(osrdir) : $(OSDSRC) .END .SOURCE.h : $(osrdir) # Local configuration modifications for CFLAGS, there's local BSD includes # too. CFLAGS += -I$(osrdir) # See if we modify anything in the lower levels. .IF $(OSENVIRONMENT) != $(NULL) .INCLUDE .IGNORE : $(osrdir)$(DIRSEPSTR)$(OSENVIRONMENT)$(DIRSEPSTR)config.mk .END ge='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringconcatliterals.cxx
AgeCommit message (Expand)Author
2023-11-08Adapt loplugin:stringconcatliterals to clang-clStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-07-07Allow making SAL_LOG based output fatalJan-Marek Glogowski
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2019-09-24compiler check for rtl::OUStringConcat instancesLuboš Luňák