qt6-bb10/src/corelib
Thiago Macieira 392294936e qfloat16: suppress warning caused by Clang macro we used
Clang implements the _cvtss_sh intrinsic by way of a macro, which
uses a C99 extension and that's not allowed in C++ mode:

 float16.h:119:11: error: compound literals are a C99-specific feature [-Werror,-Wc99-extensions]
 /usr/bin/../lib64/clang/3.9.1/include/f16cintrin.h:76:55: note: expanded from macro '_cvtss_sh'

Reported at https://bugs.llvm.org/show_bug.cgi?id=32491.

Change-Id: I27b55fdf514247549455fffd14b170df75dd4e1f
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2017-04-02 17:40:29 +00:00
..
animation Remove pointless QT_NO_THREAD ifdefs from qpropertyanimation.cpp 2017-01-04 17:39:55 +00:00
arch QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_strong 2017-03-10 08:24:41 +00:00
codecs Use QT_CONFIG(library) instead of QT_NO_LIBRARY 2017-03-06 11:27:20 +00:00
doc Replace outdated BSD license text 2017-03-03 07:26:11 +00:00
global qfloat16: suppress warning caused by Clang macro we used 2017-04-02 17:40:29 +00:00
io Prefer rvalue versions of toLatin() and toUtf8() 2017-03-30 20:31:59 +00:00
itemmodels Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
json json encoder: Harmonize number serialization with ES6 2017-03-25 14:26:30 +00:00
kernel Core: Replace LGPL21 with LGPL license header 2017-03-28 12:47:55 +00:00
mimetypes QMimeGlobPattern: init all members only once 2017-03-28 04:01:41 +00:00
plugin Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
statemachine Core: Replace LGPL21 with LGPL license header 2017-03-28 12:47:55 +00:00
thread Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
tools QStringBuilder: simplify QConcatenable<char[N]> 2017-03-31 07:11:13 +00:00
xml Do not assume QStringRef(const QString*) to be implicit 2017-03-14 05:42:08 +00:00
Qt5CTestMacros.cmake Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-04 08:59:18 +02:00
Qt5Config.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5CoreConfigExtras.cmake.in Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
Qt5CoreMacros.cmake Qt5CoreMacros: append the --compiler-flavor=msvc flag 2017-02-01 23:11:42 +00:00
Qt5ModuleLocation.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5ModuleLocationForInstall.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
QtCore.dynlist
configure.json Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
corelib.pro Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
eval.pri
qtzlib.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00