qt5base-lts/tests/auto/corelib
Giuseppe D'Angelo 3a1f9dec7c Q_ARRAY_LITERAL: protect the check for literal types
Some compilers (hello, MSVC) do not produce literal types in Qt
because their constexpr support has been blacklisted.
Therefore, amend the check for literal types in Q_ARRAY_LITERAL:
only do the check if the compiler supports constexpr.

Change-Id: I7cffe00dde447d975aa6a7d02248df9c351508ff
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2019-07-06 19:07:04 +00:00
..
animation Report correct state change when destroying QAbstractAnimation 2019-06-20 12:46:30 +02:00
codecs Add tests for decoding too-short UTF-8 sequences 2018-09-25 22:14:07 +00:00
global Remove usages of deprecated APIs of corelib 2019-07-05 11:25:46 +02:00
io Remove usages of QSysInfo's deprecated APIs 2019-07-05 09:26:17 +00:00
itemmodels test: migrate QItemSelectionModel test to QRegularExpression 2019-06-10 19:29:44 +00:00
kernel Remove usages of deprecated APIs of corelib 2019-07-05 11:25:46 +02:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Merge remote-tracking branch 'origin/5.13' into dev 2019-07-05 15:37:50 +02:00
serialization Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
statemachine test: migrate QStateMachine test to QRegularExpression 2019-06-10 19:23:42 +00:00
thread Port some trivial cases from QMutex to QRecursiveMutex 2019-07-06 11:22:37 +02:00
time Remove usages of deprecated APIs from QDateTime 2019-07-02 09:49:36 +02:00
tools Q_ARRAY_LITERAL: protect the check for literal types 2019-07-06 19:07:04 +00:00
corelib.pro Separate out the time, zone, date code from corelib/tools/ 2019-06-06 15:54:32 +02:00