office-gobmx/i18nutil
Stephan Bergmann 7ceee0f1ec Extend loplugin:redundantinline to catch inline functions w/o external linkage
...where "inline" (in its meaning of "this function can be defined in multiple
translation units") thus doesn't make much sense.  (As discussed in
compilerplugins/clang/redundantinline.cxx, exempt such "static inline" functions
in include files for now.)

All the rewriting has been done automatically by the plugin, except for one
instance in sw/source/ui/frmdlg/column.cxx that used to involve an #if), plus
some subsequent solenv/clang-format/reformat-formatted-files.

Change-Id: Ib8b996b651aeafc03bbdc8890faa05ed50517224
Reviewed-on: https://gerrit.libreoffice.org/61573
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-10-09 14:47:17 +02:00
..
source/utility Extend loplugin:redundantinline to catch inline functions w/o external linkage 2018-10-09 14:47:17 +02:00
Library_i18nutil.mk
Makefile
Module_i18nutil.mk
README

i18nutil is internationalization related utilities

It comprises of honest c++ code which you just link to directly, while i18npool
tends to consist of code you interact with via uno.