summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/libcxx/pointer-subscript.cpp
AgeCommit message (Collapse)Author
2025-02-25[clang][bytecode] Expand subscript base if of pointer type (#128511)Timm Baeder
This is similar to what we do in the AddOffset instruction when adding an offset to a pointer.