[all-commits] [llvm/llvm-project] 0d2e9b: [clang][Interp][NFC] Ignore ArraySubScriptExpr lik...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Aug 1 03:14:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d2e9b6e4627c3c9f4956b212c761248f18f6eae
https://github.com/llvm/llvm-project/commit/0d2e9b6e4627c3c9f4956b212c761248f18f6eae
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp][NFC] Ignore ArraySubScriptExpr like the other exprs
Instead of evaluating the entire thing and then pop'ing the value from
the stack, just pass the discard() on.
More information about the All-commits
mailing list