summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2022-08-01 08:03:45 +0300
committerOrgad Shaneh <orgads@gmail.com>2022-08-01 15:05:09 +0000
commit123256af285883c2c2b21bae5575e18fb8f71beb (patch)
tree6e4f7a2a371925e57edbd047dad1ea902ed44d99 /changelogs
parent267515f31ffdeaf16ec4f189e4404d55f22f71f7 (diff)
downloadqbs-123256af285883c2c2b21bae5575e18fb8f71beb.tar.gz
Support c17 and c2x values for cLanguageVersion
Compiler version sources: https://en.wikipedia.org/wiki/C17_(C_standard_revision) https://en.wikipedia.org/wiki/C2x https://en.wikipedia.org/wiki/Xcode#Xcode_11.0_-_14.x_(since_SwiftUI_framework) Change-Id: I3bdb54334e0cbf326a5d25d31c45f331cbb36c55 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.23.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/changes-1.23.1.md b/changelogs/changes-1.23.1.md
index ef533e38e..430a33bfe 100644
--- a/changelogs/changes-1.23.1.md
+++ b/changelogs/changes-1.23.1.md
@@ -3,7 +3,9 @@
# Other modules
* Fixed protobuf linking on macOS 11.
+* Added support for c17 and c2x values in cpp.cLanguageVersion
# Contributors
* Christian Kandeler
* Ivan Komissarov
+* Orgad Shaneh