================
@@ -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;
----------------
steakhal wrote:
I think we should create some StringError or something to return here. This
isn't actually handled this way.
https://github.com/llvm/llvm-project/pull/180021
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits