[clang] [clang] Clean up switch stack when transforming an invalid body (PR #211162)

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 19:29:41 PDT 2026


================
@@ -116,6 +116,16 @@ void case_default(int i) {
   }
 }
 
+void PR211162(int i) {
----------------
woruyu wrote:

Done!

https://github.com/llvm/llvm-project/pull/211162


More information about the cfe-commits mailing list