[all-commits] [llvm/llvm-project] 510383: [Clang] Support label at end of compound statement
Evgeny Shulgin via All-commits
all-commits at lists.llvm.org
Sat Sep 17 08:35:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 510383626fe146e49ae5fa036638e543ce71e5d9
https://github.com/llvm/llvm-project/commit/510383626fe146e49ae5fa036638e543ce71e5d9
Author: Evgeny Shulgin <izaronplatz at gmail.com>
Date: 2022-09-17 (Sat, 17 Sep 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/lib/Parse/ParseStmt.cpp
M clang/test/AST/ast-dump-stmt.c
A clang/test/Parser/c2x-label.c
A clang/test/Parser/cxx2b-label.cpp
M clang/test/Parser/switch-recovery.cpp
M clang/www/c_status.html
M clang/www/cxx_status.html
Log Message:
-----------
[Clang] Support label at end of compound statement
Implements paper P2324R2
https://wg21.link/p2324r2
https://github.com/cplusplus/papers/issues/1006
Reviewed By: cor3ntin
Differential Revision: https://reviews.llvm.org/D133887
More information about the All-commits
mailing list