[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 09:30:20 PST 2020


nickdesaulniers created this revision.
nickdesaulniers added a reviewer: hans.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

As per rsmith (https://reviews.llvm.org/D75383).


Repository:
  rG LLVM Github Monorepo

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 following 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.247674.patch
Type: text/x-patch
Size: 536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200302/73f20a2b/attachment-0001.bin>


More information about the cfe-commits mailing list