qt6-bb10/tests/auto/corelib/serialization
Sona Kurazyan 6bc227a06a Port QXmlStremReader to QAnyStringView
Port the constructor and addData() method to QAnyStringView, but keep
the overloads taking a QByteArray to avoid extra copies when actual
QByteArray is passed. These overlaods need to be Q_WEAK_OVERLOADs, to
avoid ambiguities (e.g. for const char * arguments).

Additionally, add a test to make sure the patch doesn't break parsing
from a QLatin1StringView input.

[ChangeLog][QtCore][QXmlStremReader] Added constructor and addData()
overloads taking QAnyStringView.

Change-Id: I0efaab82a2123271c88407e380f3c67d1099a4a6
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2022-07-12 13:24:56 +02:00
..
json QJsonValue: fix incorrect to{Array,Object} when the value is empty 2022-06-21 22:25:32 -07:00
qcborstreamreader Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcborstreamwriter Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcborvalue Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcborvalue_json Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdatastream Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdatastream_core_pixmap Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtextstream Increase timeout of slow test for ASAN-enabled build 2022-06-15 23:58:16 +02:00
qxmlstream Port QXmlStremReader to QAnyStringView 2022-07-12 13:24:56 +02:00
CMakeLists.txt Disable test tst_qxmlstream for QNX 2022-03-25 20:16:30 +02:00
cborlargedatavalidation.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00