[PATCH] D75469: Add C standard upgrade in clang-11 release note
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 10:21:00 PST 2020
nickdesaulniers updated this revision to Diff 247682.
nickdesaulniers added a comment.
- s/following/next/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75469/new/
https://reviews.llvm.org/D75469
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -545,6 +545,12 @@
return getelementpointer_inbounds(base, offset);
}
+Changes deferred to Clang-11 release
+------------------------------------
+
+- The next release of clang (clang-11) will upgrade the default C language
+ standard used if not specified via command line from gnu11 to gnu17.
+
Additional Information
======================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75469.247682.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200302/50eda641/attachment.bin>
More information about the cfe-commits
mailing list