diff options
author | Stephen Hines <srhines@google.com> | 2020-07-13 16:35:54 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2020-07-13 16:35:54 -0700 |
commit | 9d5a8b7edb28707879b8e2a37d14a4cf6dbcbefa (patch) | |
tree | 8ecb813b8d6c02c37130d42fb264db95c092a7af /clang/docs/CommandGuide | |
parent | d1c7f51a9e8d6ea623349337d28da1df8b5194e2 (diff) | |
download | llvm-9d5a8b7edb28707879b8e2a37d14a4cf6dbcbefa.zip llvm-9d5a8b7edb28707879b8e2a37d14a4cf6dbcbefa.tar.gz llvm-9d5a8b7edb28707879b8e2a37d14a4cf6dbcbefa.tar.bz2 |
Fix a missing update that C compiles default to gnu17.
https://reviews.llvm.org/D75383 switched the C default to gnu17, but
missed this instance.
Differential Revision: https://reviews.llvm.org/D83726
Diffstat (limited to 'clang/docs/CommandGuide')
-rw-r--r-- | clang/docs/CommandGuide/clang.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index 5978650..2cca04f 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -146,7 +146,7 @@ Language Selection and Mode Options 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: |