[PATCH] D157606: [C2x] Support -std=c23 and -std=gnu23
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 06:35:17 PDT 2023
aaron.ballman added a comment.
In D157606#4576694 <https://reviews.llvm.org/D157606#4576694>, @cor3ntin wrote:
> `Options.td` defines:
> `defvar c2x = LangOpts<"C2x">;`
>
> Does this need change as well?
>
> `UsersManual.rst` also needs an update, but that can be another patch
Both of those changes will happen separately as part of the C2x -> C23 cleanup. The Options.td one needs to change when I rename the `LangOption` field, and UsersManual.rst needs to change in several places as well (that could perhaps be done in this patch, but I figured it was best left to a follow-up).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157606/new/
https://reviews.llvm.org/D157606
More information about the cfe-commits
mailing list