aaron.ballman closed this revision.
aaron.ballman added a comment.
Commit in r320089.
https://reviews.llvm.org/D40225
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
LGTM, makes sense to add this for GCC compatibility even if the standard ends
up being called C18.
https://reviews.llvm.org/D40225
___
cfe-commi
aaron.ballman added a comment.
In https://reviews.llvm.org/D40225#944113, @aaron.ballman wrote:
> Rebased on ToT and given more context.
Ping. I'd like to get this in before the 6.0 branch.
https://reviews.llvm.org/D40225
___
cfe-commits mailing
aaron.ballman updated this revision to Diff 125407.
aaron.ballman added a comment.
Rebased on ToT and given more context.
https://reviews.llvm.org/D40225
Files:
include/clang/Basic/LangOptions.def
include/clang/Frontend/LangStandard.h
include/clang/Frontend/LangStandards.def
lib/Fronten
aaron.ballman added a comment.
Ping
https://reviews.llvm.org/D40225
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
aaron.ballman added a comment.
Ping
https://reviews.llvm.org/D40225
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
aaron.ballman created this revision.
GCC currently supports the flags -std=c17, -std=gnu17, and -std=iso9899:2017,
with the only functional difference with C11 being the value of
__STDC_VERSION__. These flags are documented at:
https://gcc.gnu.org/onlinedocs/gcc/Standards.html
This patch adds