[all-commits] [llvm/llvm-project] b67d55: [C2y] Add -std=c2y and -std=gnu2y
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue Jul 2 04:01:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b67d557bd3627a428d5041edec129587d6d3972c
https://github.com/llvm/llvm-project/commit/b67d557bd3627a428d5041edec129587d6d3972c
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/docs/UsersManual.rst
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Basic/LangStandard.h
M clang/include/clang/Basic/LangStandards.def
M clang/lib/Basic/LangOptions.cpp
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Driver/unknown-std.c
M clang/www/c_status.html
Log Message:
-----------
[C2y] Add -std=c2y and -std=gnu2y
This adds a language standard mode for the latest C standard. While
WG14 is hoping for a three-year cycle, it is not clear that the next
revision of C will be in 2026 and so a flag was not created for c26
specifically.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list