Skip to content

Commit 044bcd2

Browse files
Address a comment.
1 parent 65ea8b9 commit 044bcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Serialization/MultiOnDiskHashTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ template<typename Info> class MultiOnDiskHashTable {
103103

104104
/// The current set of on-disk tables.
105105
table_range tables() {
106-
bool DropBegin = getMergedTable();
106+
unsigned DropBegin = getMergedTable() ? 1 : 0;
107107
return llvm::map_range(llvm::drop_begin(Tables, DropBegin),
108108
AsOnDiskTable());
109109
}

0 commit comments

Comments
 (0)