[clang] [clang][bytecode] Don't crash on erroneous switch conditions (PR #147533)

2025-07-08 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/147533 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Don't crash on erroneous switch conditions (PR #147533)

2025-07-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes Not attaching a test since I've only seen this when compiling a large c++26 test case as c++17. --- Full diff: https://github.com/llvm/llvm-project/pull/147533.diff 1 Files Affected: - (modified) clang/li

[clang] [clang][bytecode] Don't crash on erroneous switch conditions (PR #147533)

2025-07-08 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/147533 Not attaching a test since I've only seen this when compiling a large c++26 test case as c++17. >From fe3d8b287ddeff8730ee3c235aaa7f237703faaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date