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) {
56005600
56015601 QualType BaseElementType = getASTContext ().getBaseElementType (Type);
56025602
5603- if (Type->isVariableArrayType ())
5604- return false ;
5603+ if (Type->isVariableArrayType ())
5604+ return false ;
56055605
56065606 if (BaseElementType.hasNonTrivialObjCLifetime ())
56075607 return false ;
@@ -5632,8 +5632,8 @@ bool Sema::IsCXXReplaceableType(QualType Type) {
56325632 if (Type.isConstQualified () || Type.isVolatileQualified ())
56335633 return false ;
56345634
5635- if (Type->isVariableArrayType ())
5636- return false ;
5635+ if (Type->isVariableArrayType ())
5636+ return false ;
56375637
56385638 QualType BaseElementType =
56395639 getASTContext ().getBaseElementType (Type.getUnqualifiedType ());
You can’t perform that action at this time.
0 commit comments