[all-commits] [llvm/llvm-project] e488fe: [clang][Interp] Fix non-initializing MemberExprs
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 19 02:58:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e488fe5a97ba8da9be31926c219932db92298f21
https://github.com/llvm/llvm-project/commit/e488fe5a97ba8da9be31926c219932db92298f21
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
A clang/test/AST/Interp/cxx03.cpp
Log Message:
-----------
[clang][Interp] Fix non-initializing MemberExprs
We need to create a value for them, do that via visit()
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