[all-commits] [llvm/llvm-project] 67f531: [clang][Interp] Nested ThisExprs that don't refer ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Jun 20 07:35:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67f5312c41a072aaa725b5943cce2aa0f1643781
https://github.com/llvm/llvm-project/commit/67f5312c41a072aaa725b5943cce2aa0f1643781
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/records.cpp
M clang/test/SemaCXX/uninitialized.cpp
Log Message:
-----------
[clang][Interp] Nested ThisExprs that don't refer to the frame this ptr
Use a series of ops in that case, getting us to the right declaration
field.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list