forked from OSchip/llvm-project
parent
69c2c4becc
commit
3d6f651652
|
@ -92,5 +92,5 @@ namespace {
|
|||
void TypeLoc::initializeImpl(TypeLoc TL, SourceLocation Loc) {
|
||||
do {
|
||||
TypeLocInitializer(Loc).Visit(TL);
|
||||
} while (TL = TL.getNextTypeLoc());
|
||||
} while ((TL = TL.getNextTypeLoc()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue