office-gobmx/unotools
Noel Grandin 9444c925b2 new loplugin:stringliteraldefine
look for
   #define FOO "foo"
that can be converted into OUStringLiteral.

This is the first pass of this plugin, only doing those #define which
are local to a single compilation unit.

Change-Id: Ic8610e29ec42c36d03db5014a93c244315d5bbea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124962
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-10 19:10:31 +01:00
..
inc/pch
qa
source new loplugin:stringliteraldefine 2021-11-10 19:10:31 +01:00
util
CppunitTest_unotools_fontdefs.mk
IwyuFilter_unotools.yaml
JunitTest_unotools_complex.mk
Library_utl.mk The std::auto_ptr workarounds should only be necessary for Boost < 1.67.0 2021-11-05 10:09:24 +01:00
Makefile
Module_unotools.mk
README.md

UNO C++ Helpers

Helpers for C++ use of UNO.