Files
clang-p2996/clang/lib/AST/ByteCode/Descriptor.cpp
Timm Baeder 849e5ea94f [clang][bytecode] Add Descriptor::getDataType() (#132681)
This returns the type of data in the Block, which might be different
than the type of the expression or declaration we created the block for.
This lets us remove some special cases from CheckNewDeleteForms() and
CheckNewTypeMismatch().
2025-03-24 09:47:52 +01:00

18 KiB