[all-commits] [llvm/llvm-project] d9b377: [clang][bytecode] Don't produce a null type when c...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Sep 27 08:49:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9b377d8b12aaa3345eaa0d1b93dc3915baba013
https://github.com/llvm/llvm-project/commit/d9b377d8b12aaa3345eaa0d1b93dc3915baba013
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/placement-new.cpp
Log Message:
-----------
[clang][bytecode] Don't produce a null type when checking new exprs (#110252)
getType() might give us the right type already, so use that instead of
calling getPointeeType() for all CXXNewExprs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list