icu/icu4c/source/tools/ctestfw
Arthur O'Dwyer fb64693c28 ICU-22920 Avoid "return by const value" antipattern
Returning a const-qualified prvalue doesn't do anything useful, but it does
turn an assignment such as `v = rb.getLocale();` from a move-assignment
into a copy-assignment (because it's forbidden to move-from a const value,
even if it's a const prvalue). Each affected site was diagnosed mechanically
by my fork of Clang. E.g.:

    warning: 'const' type qualifier on return type is a bad idea [-Wqual-class-return-type]
      391 | const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const
          | ^~~~~
2025-01-30 10:58:25 -08:00
..
unicode ICU-22920 Avoid "return by const value" antipattern 2025-01-30 10:58:25 -08:00
ctest.c ICU-22767 Fix GCC warning and turn warning to errors 2024-10-02 13:35:03 -07:00
ctestfw.vcxproj ICU-21107 Specify language standard versions C11 & C++17 also for MSVC 2024-01-17 09:26:22 -08:00
ctestfw.vcxproj.filters ICU-11609 add svn:eol-style property to vcxproj files. 2015-04-17 21:25:48 +00:00
datamap.cpp ICU-22920 Avoid "return by const value" antipattern 2025-01-30 10:58:25 -08:00
Makefile.in ICU-10879 Split out OBJECTS from Makefiles into separate files 2020-05-20 11:37:05 -07:00
sources.txt ICU-10879 Split out OBJECTS from Makefiles into separate files 2020-05-20 11:37:05 -07:00
testdata.cpp ICU-22621 Clang-Tidy: readability-delete-null-pointer 2024-03-18 17:14:23 +01:00
tstdtmod.cpp ICU-22954 Revert to using std::u16string instead of UnicodeString. 2025-01-08 10:13:20 +09:00
ucln_ct.c ICU-12764 icu4c utf-8 source files, update Copyright notices. 2017-01-20 00:20:31 +00:00
uperf.cpp ICU-22793 Clang-Tidy: google-readability-casting 2024-07-04 22:32:12 +02:00