[clang] [clang][ssaf] Implement JSONFormat (PR #180021)
Aviral Goel via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 16 08:38:08 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list