Files
clang-p2996/clang/lib/Serialization/ASTReaderDecl.cpp
Chuanqi Xu 45aec9a0b5 [NFC] [Serialization] Remove redundant hasPendingBody member
The hasPendingBody member is redundant with the
PendingBodies.count(Decl*) method. This patch removes the redundant
hasPendingBody member and the corresponding InterestingDecl struct.
2024-04-09 17:50:23 +08:00

176 KiB