This patch is about removing noexcept on functions that use Q_ASSERT. The argument is that in these cases Q_ASSERTs act as precondition checks, so we should probably follow the Lakos rule. Although, technically the change is fine, because the current implementation of Q_ASSERT is marked as noexcept(true), there are some ideas of changing that in future, so we should not be setting in stone something we can't change later. Found in 6.8 API review. Change-Id: I1d4aa228c713821c0ebbfc0f3b956d29fe652ed8 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 5ac15093dcbaf92ac166961f5e8bfe9418cc15c0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%