summaryrefslogtreecommitdiff
path: root/config_host_lang.mk.in
blob: dbd641499599ad3ac4a90adf6b3ee47f39993eae (plain)
1
2
3
4
5
6
7
8
 # language-related config variables for LibreOffice
 # this file is intended to be able to be included in a Makefile
 # and not to be sourced in a shell session
 #

export ALL_LANGS=@ALL_LANGS@
export WITH_LANG=@WITH_LANG@
export WITH_LANG_LIST=@WITH_LANG_LIST@
x?id=8d8d25f5ddbe42fc5a3647ff0ad31e93311b9ed5'>make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák 2021-06-19loplugin:finalclassesNoel Grandin 2020-02-13Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann 2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann 2020-01-16-Werror,-Wrange-loop-analysisStephan Bergmann 2019-10-29loplugin:finalclasses fix checkNoel Grandin 2019-10-28loplugin:finalclasses look for classes with virtual membersNoel Grandin 2019-10-08better name for a function in compilerpluginsLuboš Luňák 2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák 2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann 2018-04-10put the loplugin output files in the workdirNoel Grandin 2018-03-04finalclasses : correct the comments with name in downcaseArnaud Versini 2017-11-07Clean away temporarily added using declarationsStephan Bergmann 2017-10-05loplugin:finalclasses in vclNoel Grandin 2017-10-03new loplugin:finalclassesNoel Grandin