7a3736f908
Quoting compilerplugins/clang/elidestringvar.cxx (and see there for a
rationale): "Find cases where a variable of a string type (at least for now,
only OUString) is initialized with a literal value (incl. as an empty string)
and used only once."
(This commit includes fixes that become necessary in code changed after the
preceding "Upcoming loplugin:elidestringvar" commits.)
As a follow-up TODO, uses of the
explicit OUString( sal_Unicode value )
ctor where value is char or char16_t literal should be detected too, so that
e.g. one_quote would have been treated like two_quote in
|
||
---|---|---|
.. | ||
inc | ||
qa/unit | ||
source | ||
uiconfig/ui | ||
AllLangMoTarget_fps.mk | ||
CppunitTest_fpicker_dialogs_test.mk | ||
IwyuFilter_fpicker.yaml | ||
Library_fps.mk | ||
Library_fps_aqua.mk | ||
Library_fps_office.mk | ||
Makefile | ||
Module_fpicker.mk | ||
README | ||
UIConfig_fps.mk |
Native file pickers for macOS and Windows (file open dialog).