File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5600,8 +5600,8 @@ bool Sema::IsCXXTriviallyRelocatableType(QualType Type) {
5600
5600
5601
5601
QualType BaseElementType = getASTContext ().getBaseElementType (Type);
5602
5602
5603
- if (Type->isVariableArrayType ())
5604
- return false ;
5603
+ if (Type->isVariableArrayType ())
5604
+ return false ;
5605
5605
5606
5606
if (BaseElementType.hasNonTrivialObjCLifetime ())
5607
5607
return false ;
@@ -5632,8 +5632,8 @@ bool Sema::IsCXXReplaceableType(QualType Type) {
5632
5632
if (Type.isConstQualified () || Type.isVolatileQualified ())
5633
5633
return false ;
5634
5634
5635
- if (Type->isVariableArrayType ())
5636
- return false ;
5635
+ if (Type->isVariableArrayType ())
5636
+ return false ;
5637
5637
5638
5638
QualType BaseElementType =
5639
5639
getASTContext ().getBaseElementType (Type.getUnqualifiedType ());
You can’t perform that action at this time.
0 commit comments