[all-commits] [llvm/llvm-project] a2efb6: [clang][Interp] Remove now faulty assertion
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Feb 28 05:28:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2efb68906ec2bf7b55b464060c3713e395e68e5
https://github.com/llvm/llvm-project/commit/a2efb68906ec2bf7b55b464060c3713e395e68e5
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/Pointer.h
M clang/test/AST/Interp/cxx11.cpp
Log Message:
-----------
[clang][Interp] Remove now faulty assertion
We can call getBase() for pointers where Base != Offset as well,
for example when we've added a constant to the Offset.
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