[all-commits] [llvm/llvm-project] dfd5a6: [clang][Interp] Remove wrong * operator
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Jan 31 08:01:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfd5a64da4b76db1ec557ff31e1d64dd7e9eebe5
https://github.com/llvm/llvm-project/commit/dfd5a64da4b76db1ec557ff31e1d64dd7e9eebe5
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-01-31 (Wed, 31 Jan 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp] Remove wrong * operator
classifyComplexElementType used to return a std::optional, seems like
this was left in a PR and not re-tested.
This broke build bots, e.g.
https://lab.llvm.org/buildbot/#/builders/68/builds/67930
More information about the All-commits
mailing list