pawosm-arm wrote:

I don't think this is all that is needed. Now I'm seeing this:

```
[2026-03-16T21:29:30.736Z] In file included from 
/workspace/src/clang/include/clang/ScalableStaticAnalysisFramework/Core/SummaryData/LUSummaryConsumer.h:19:0,
[2026-03-16T21:29:30.736Z]                  from 
/workspace/src/clang/lib/ScalableStaticAnalysisFramework/Core/SummaryData/LUSummaryConsumer.cpp:9:
[2026-03-16T21:29:30.736Z] 
/workspace/src/clang/include/clang/ScalableStaticAnalysisFramework/Core/SummaryData/SummaryDataStore.h:
 In member function 'llvm::Expected<std::unique_ptr<clang::ssaf::SummaryData> > 
clang::ssaf::SummaryDataStore::take(const clang::ssaf::SummaryName&)':
[2026-03-16T21:29:30.736Z] 
/workspace/src/clang/include/clang/ScalableStaticAnalysisFramework/Core/SummaryData/SummaryDataStore.h:109:12:
 error: could not convert 'Ptr' from 
'std::unique_ptr<clang::ssaf::SummaryData>' to 
'llvm::Expected<std::unique_ptr<clang::ssaf::SummaryData> >'
[2026-03-16T21:29:30.736Z]      return Ptr;
[2026-03-16T21:29:30.736Z]             ^~~
```

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

Reply via email to