From c5818fc844c5ac65b771b31dcd96e07c362b13e1 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 24 May 2022 11:51:27 +0200 Subject: [PATCH] Update change log for 7.0.2 Add some things that were fixes outside of the Qt Creator main repository. Change-Id: Ic468fcf9f3daaba6b8a1efc760b4f757aec1fc1f Reviewed-by: Cristian Adam Reviewed-by: Reviewed-by: Leena Miettinen --- dist/changes-7.0.2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/changes-7.0.2.md b/dist/changes-7.0.2.md index 4741a483152..f8966193875 100644 --- a/dist/changes-7.0.2.md +++ b/dist/changes-7.0.2.md @@ -25,6 +25,7 @@ Editing ### C++ +* Updated to LLVM 14.0.3 * Fixed wrong `__cplusplus` value for older GCC versions * ClangFormat * Fixed disappearing settings drop down (QTCREATORBUG-26948) @@ -56,6 +57,7 @@ Platforms ### macOS +* Fixed that `arm_neon.h` could not be found by code model (QTCREATORBUG-27455) * Fixed compilier identification of `cc` and `c++` (QTCREATORBUG-27523) Credits for these changes go to: