We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe0967 commit 487e757Copy full SHA for 487e757
clang/lib/CodeGen/CGExprCXX.cpp
@@ -1446,8 +1446,6 @@ namespace {
1446
unsigned NumPlacementArgs : 30;
1447
LLVM_PREFERRED_TYPE(AlignedAllocationMode)
1448
unsigned PassAlignmentToPlacementDelete : 1;
1449
- LLVM_PREFERRED_TYPE(TypeAwareAllocationMode)
1450
- unsigned PassTypeToPlacementDelete : 1;
1451
const FunctionDecl *OperatorDelete;
1452
RValueTy TypeIdentity;
1453
ValueTy Ptr;
0 commit comments