Skip to content

Commit 478cfc9

Browse files
committed
Small tweaks based on the review.
1 parent cf55ae7 commit 478cfc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clang/lib/Serialization/ASTReader.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2422,9 +2422,10 @@ namespace {
24222422
// declarations it needs.
24232423
++NumIdentifierLookupHits;
24242424
Found = *Pos;
2425-
if (Trait.hasMoreInformationInDependencies())
2425+
if (Trait.hasMoreInformationInDependencies()) {
24262426
// Look for the identifier in extra modules as they contain more info.
24272427
return false;
2428+
}
24282429
return true;
24292430
}
24302431

File renamed without changes.

0 commit comments

Comments
 (0)