17 std::vector<std::shared_ptr<ErrorInfoBase>> Infos;
19 [&Infos](std::unique_ptr<ErrorInfoBase>
Info) {
20 Infos.emplace_back(std::move(Info));
22 return {std::move(Infos)};
ErrorHolder TakeError(Error Err)
This class represents lattice values for constants.
Analysis containing CSE Info
void handleAllErrors(Error E, HandlerTs &&... Handlers)
Behaves the same as handleErrors, except that by contract all errors must be handled by the given han...
Lightweight error class with error context and mandatory checking.