Matches GCC 8.1 (2018).
Updates documentation+release notes as well.
See also https://reviews.llvm.org/rL220244.
Differential D75383
clang: Switch C compilations to C17 by default. Authored by nickdesaulniers on Feb 28 2020, 1:18 PM.
Details Matches GCC 8.1 (2018). Updates documentation+release notes as well. See also https://reviews.llvm.org/rL220244.
Diff Detail
Event TimelineComment Actions LGTM -- C17 is C11 with bugfixes, so this seems like a sensible change, especially for compatibility with GCC. Comment Actions Looks good. Please consider updating the Clang 10 release notes to indicate that we intend to change the default in Clang 11. |