Skip to content

Commit faf82b1

Browse files
authored
Update ASTReader.cpp
1 parent a60f96d commit faf82b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/lib/Serialization/ASTReader.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7454,6 +7454,10 @@ void TypeLocReader::VisitDependentBitIntTypeLoc(
74547454
TL.setNameLoc(readSourceLocation());
74557455
}
74567456

7457+
void TypeLocReader::VisitPredefinedSugarTypeLoc(PredefinedSugarTypeLoc TL) {
7458+
TL.setNameLoc(readSourceLocation());
7459+
}
7460+
74577461
void ASTRecordReader::readTypeLoc(TypeLoc TL) {
74587462
TypeLocReader TLR(*this);
74597463
for (; !TL.isNull(); TL = TL.getNextTypeLoc())

0 commit comments

Comments
 (0)