[all-commits] [llvm/llvm-project] 05a113: [clang][Interp][NFC] Handle discarded ArraySubscri...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Sun Nov 6 23:43:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05a113e18852ab54f22516e9ec1b6aa39adc5b33
https://github.com/llvm/llvm-project/commit/05a113e18852ab54f22516e9ec1b6aa39adc5b33
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Handle discarded ArraySubscriptExprs
This is not exactly a common case, so just pop the pointer at the end if
necessary.
More information about the All-commits
mailing list