diff options
author | Timm Baeder <tbaeder@redhat.com> | 2023-10-13 14:47:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 14:47:46 +0200 |
commit | 3efa4794ecd5ca6235f9f7e3fc83a8d9e59b66c9 (patch) | |
tree | 2f5b35cca543716c3b820d11b0e44d3e431a74e5 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 8d59fc5fd1599bd7153817d2af903ae9a6103343 (diff) | |
download | llvm-3efa4794ecd5ca6235f9f7e3fc83a8d9e59b66c9.zip llvm-3efa4794ecd5ca6235f9f7e3fc83a8d9e59b66c9.tar.gz llvm-3efa4794ecd5ca6235f9f7e3fc83a8d9e59b66c9.tar.bz2 |
[clang][Interp] Support AddOffset with 128bit offsets (#68679)
We do a similar thing a few lines above for `Index`:
```c++
// Get a version of the index comparable to the type.
T Index = T::from(Ptr.getIndex(), Offset.bitWidth());
```
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions