[all-commits] [llvm/llvm-project] 91cdbd: clang: Switch C compilations to C17 by default.
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Mar 2 09:39:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 91cdbd521a38495c66e30636943563ca70d3c022
https://github.com/llvm/llvm-project/commit/91cdbd521a38495c66e30636943563ca70d3c022
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/docs/UsersManual.rst
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Preprocessor/init.c
M clang/www/compatibility.html
Log Message:
-----------
clang: Switch C compilations to C17 by default.
Summary:
Matches GCC 8.1 (2018).
Updates documentation+release notes as well.
See also https://reviews.llvm.org/rL220244.
Reviewers: rsmith, aaron.ballman
Reviewed By: rsmith, aaron.ballman
Subscribers: aaron.ballman, dschuff, aheejin, simoncook, s.egerton, cfe-commits, hans, srhines
Tags: #clang
Differential Revision: https://reviews.llvm.org/D75383
More information about the All-commits
mailing list