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 @@ -5273,8 +5273,8 @@ bool Sema::IsCXXTriviallyRelocatableType(QualType Type) {
5273
5273
5274
5274
QualType BaseElementType = getASTContext ().getBaseElementType (Type);
5275
5275
5276
- if (Type->isVariableArrayType ())
5277
- return false ;
5276
+ if (Type->isVariableArrayType ())
5277
+ return false ;
5278
5278
5279
5279
if (BaseElementType.hasNonTrivialObjCLifetime ())
5280
5280
return false ;
@@ -5305,8 +5305,8 @@ bool Sema::IsCXXReplaceableType(QualType Type) {
5305
5305
if (Type.isConstQualified () || Type.isVolatileQualified ())
5306
5306
return false ;
5307
5307
5308
- if (Type->isVariableArrayType ())
5309
- return false ;
5308
+ if (Type->isVariableArrayType ())
5309
+ return false ;
5310
5310
5311
5311
QualType BaseElementType =
5312
5312
getASTContext ().getBaseElementType (Type.getUnqualifiedType ());
You can’t perform that action at this time.
0 commit comments