================
@@ -308,15 +311,15 @@ class PointerFlowTUSummaryExtractor : public 
TUSummaryExtractor {
   PointerFlowTUSummaryExtractor(TUSummaryBuilder &Builder)
       : TUSummaryExtractor(Builder) {}
 
-  Expected<std::unique_ptr<PointerFlowEntitySummary>>
+  std::unique_ptr<PointerFlowEntitySummary>
----------------
ziqingluo-90 wrote:

yes. always non-null. I will add documents for this function.

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

Reply via email to