[all-commits] [llvm/llvm-project] 3285f9: [Clang] Support case and default labels at end of ...
Evgeny Shulgin via All-commits
all-commits at lists.llvm.org
Wed Sep 21 12:37:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3285f9a2392fd6bc79241b1e97b124079553e48d
https://github.com/llvm/llvm-project/commit/3285f9a2392fd6bc79241b1e97b124079553e48d
Author: Evgeny Shulgin <izaronplatz at gmail.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Parse/Parser.h
M clang/lib/Parse/ParseStmt.cpp
M clang/test/AST/ast-dump-stmt.c
M clang/test/C/C2x/n2508.c
M clang/test/FixIt/fixit.c
M clang/test/Parser/c2x-label.c
M clang/test/Parser/cxx2b-label.cpp
M clang/test/Parser/switch-recovery.cpp
M clang/www/c_status.html
Log Message:
-----------
[Clang] Support case and default labels at end of compound statement
Direct continuation of https://reviews.llvm.org/D133887
Reviewed By: #clang-language-wg, aaron.ballman
Differential Revision: https://reviews.llvm.org/D134207
More information about the All-commits
mailing list