[all-commits] [llvm/llvm-project] 410f13: [clang][Interp] Fix classify for glvalues of funct...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Nov 14 10:41:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 410f130bb99b88f1a8f21659d98053e6f3e5e8f6
https://github.com/llvm/llvm-project/commit/410f130bb99b88f1a8f21659d98053e6f3e5e8f6
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.h
Log Message:
-----------
[clang][Interp] Fix classify for glvalues of function type (#72269)
This can't be tested right now but will show up once we use the new
interpreter in evaluateAsConstantExpression() as well.
Pulled out from https://github.com/llvm/llvm-project/pull/70763
More information about the All-commits
mailing list