================
@@ -186,13 +201,27 @@ class JSONFormat final : public SerializationFormat {
       const std::map<SummaryName,
                      std::map<EntityId, 
std::unique_ptr<EntitySummaryEncoding>>>
           &EncodingSummaryDataMap) const;
+
+  llvm::Expected<std::pair<AnalysisName, std::unique_ptr<AnalysisResult>>>
----------------
aviralg wrote:

I definitely remember dealing with this problem in the previous PR, but I don't 
remember the details. I will think about this more and if its possible, add the 
`AnalysisName` to `AnalysisResult` to simplify this.

https://github.com/llvm/llvm-project/pull/187403
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to