[PATCH] D157606: [C2x] Support -std=c23 and -std=gnu23

2023-08-10 Thread Aaron Ballman via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG13629b140801: [C2x] Support -std=c23 and -std=gnu23 (authored by aaron.ballman). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D157606: [C2x] Support -std=c23 and -std=gnu23

2023-08-10 Thread Corentin Jabot via Phabricator via cfe-commits
cor3ntin accepted this revision. cor3ntin added a comment. This revision is now accepted and ready to land. Fair enough! the rest looked sensible to me :) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157606/new/ https://reviews.llvm.org/D157606 _

[PATCH] D157606: [C2x] Support -std=c23 and -std=gnu23

2023-08-10 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a comment. In 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 chan

[PATCH] D157606: [C2x] Support -std=c23 and -std=gnu23

2023-08-10 Thread Corentin Jabot via Phabricator via cfe-commits
cor3ntin added a comment. `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 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157606/new/ https:/

[PATCH] D157606: [C2x] Support -std=c23 and -std=gnu23

2023-08-10 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman created this revision. aaron.ballman added reviewers: clang-language-wg, jyknight, efriedma, hubert.reinterpretcast, cor3ntin. Herald added subscribers: kadircet, arphaman. Herald added a project: All. aaron.ballman requested review of this revision. Herald added projects: clang, cla