[PATCH] D83726: Fix a missing update that C compiles default to gnu17.
Stephen Hines via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 16:36:05 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9d5a8b7edb28: Fix a missing update that C compiles default to gnu17. (authored by srhines).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83726/new/
https://reviews.llvm.org/D83726
Files:
clang/docs/CommandGuide/clang.rst
Index: clang/docs/CommandGuide/clang.rst
===================================================================
--- clang/docs/CommandGuide/clang.rst
+++ clang/docs/CommandGuide/clang.rst
@@ -146,7 +146,7 @@
ISO C 2017 with GNU extensions
- The default C language standard is ``gnu11``, except on PS4, where it is
+ The default C language standard is ``gnu17``, except on PS4, where it is
``gnu99``.
Supported values for the C++ language are:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83726.277610.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200713/c0c069a3/attachment.bin>
More information about the cfe-commits
mailing list