dexonsmith added inline comments.
================ Comment at: clang/lib/Sema/Sema.cpp:70 + if (!SDKInfo) + llvm::handleAllErrors(SDKInfo.takeError(), + [](const llvm::ErrorInfoBase &) { ---------------- If you're not looking at the error payload, maybe you can call `llvm::consumeError()`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105257/new/ https://reviews.llvm.org/D105257 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits