Files
clang-p2996/clang/test/AST/ByteCode/placement-new.cpp
Timm Baeder d9b377d8b1 [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.
2024-09-27 17:48:43 +02:00

6.8 KiB