[PATCH] D83726: Fix a missing update that C compiles default to gnu17.

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 13 15:50:40 PDT 2020


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.

bah!

  $ find . -name \*.rst | xargs grep -n gnu11
  ./clang/docs/UsersManual.rst:2462:The supported modes for C are c89, gnu89, c99, gnu99, c11, gnu11, c17, gnu17,
  ./clang/docs/CommandGuide/clang.rst:136:  | ``gnu11``
  ./clang/docs/CommandGuide/clang.rst:149: The default C language standard is ``gnu11``, except on PS4, where it is
  ./clang/docs/ReleaseNotes.rst:165:  upgraded from gnu11 to gnu17.
  ./clang/docs/LanguageExtensions.rst:1019:features are enabled with the ``-std=c11`` or ``-std=gnu11`` option when

Thanks for cleaning up my mess. The rest of these instance look fine to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83726/new/

https://reviews.llvm.org/D83726





More information about the cfe-commits mailing list