[all-commits] [llvm/llvm-project] 024e4f: [clang][Interp] Implement switch statements
Timm Bäder via All-commits
all-commits at lists.llvm.org
Wed Jan 25 04:21:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 024e4f16ca795b98a5dea371cab623f851858925
https://github.com/llvm/llvm-project/commit/024e4f16ca795b98a5dea371cab623f851858925
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/ByteCodeStmtGen.h
A clang/test/AST/Interp/switch.cpp
Log Message:
-----------
[clang][Interp] Implement switch statements
Differential Revision: https://reviews.llvm.org/D137415
More information about the All-commits
mailing list