We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f991cc commit 50c5ecdCopy full SHA for 50c5ecd
clang/include/clang/Serialization/ASTReader.h
@@ -379,8 +379,7 @@ struct VisibleLookupBlockOffsets {
379
uint64_t TULocalOffset = 0;
380
381
operator bool() const {
382
- return VisibleOffset || ModuleLocalOffset || // ModuleUnitLocalOffset ||
383
- TULocalOffset;
+ return VisibleOffset || ModuleLocalOffset || TULocalOffset;
384
}
385
};
386
0 commit comments