================
@@ -308,15 +311,15 @@ class PointerFlowTUSummaryExtractor : public
TUSummaryExtractor {
PointerFlowTUSummaryExtractor(TUSummaryBuilder &Builder)
: TUSummaryExtractor(Builder) {}
- Expected<std::unique_ptr<PointerFlowEntitySummary>>
+ std::unique_ptr<PointerFlowEntitySummary>
----------------
steakhal wrote:
Do you know if we always return a non-null unique pointer?
I couldn't find a comment about this, and I think it might be useful.
https://github.com/llvm/llvm-project/pull/201953
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits