================
@@ -68,7 +76,7 @@ TUSummary
MockSerializationFormat::readTUSummary(llvm::StringRef Path) {
auto &Table = getIdTable(Summary);
std::unique_ptr<EntitySummary> Result = InfoEntry.Deserialize(Repr, Table);
- if (!Result) // TODO: Handle error.
+ if (!Result)
continue;
----------------
aviralg wrote:
Fixed in
https://github.com/llvm/llvm-project/pull/180021/commits/2a8be113345f614387679fbffbd0c63c9a167e08
https://github.com/llvm/llvm-project/pull/180021
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits