[all-commits] [llvm/llvm-project] b72732: [clang][Interp] Handle CXXTryStmts (#70584)
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Oct 30 01:38:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b72732c37fd8d193cfa64e693b879dabdec813a5
https://github.com/llvm/llvm-project/commit/b72732c37fd8d193cfa64e693b879dabdec813a5
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/ByteCodeStmtGen.h
M clang/test/AST/Interp/cxx20.cpp
Log Message:
-----------
[clang][Interp] Handle CXXTryStmts (#70584)
Just do the same thing the current interpreter does: Ignore all handlers
and visit the try block like normal.
More information about the All-commits
mailing list