[all-commits] [llvm/llvm-project] 7d54aa: Revert "[Clang] Diagnose jumps into statement expr...
cor3ntin via All-commits
all-commits at lists.llvm.org
Wed Jul 12 08:54:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d54aae2f122cac8989af0b978938152c6b08454
https://github.com/llvm/llvm-project/commit/7d54aae2f122cac8989af0b978938152c6b08454
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/test/CXX/stmt.stmt/stmt.select/stmt.if/p2.cpp
M clang/test/Sema/asm-goto.cpp
M clang/test/Sema/scope-check.c
M clang/test/SemaCXX/constant-expression-cxx14.cpp
M clang/test/SemaObjC/scope-check.m
Log Message:
-----------
Revert "[Clang] Diagnose jumps into statement expressions"
This reverts commit b0cc947b5d0a74f4ffe63c53b32978b21498e72e.
Breaks in presence of asm goto
https://reviews.llvm.org/D154696#4493805
More information about the All-commits
mailing list