LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::detail::ErrorHolder Struct Reference

#include "llvm/Testing/Support/SupportHelpers.h"

Inheritance diagram for llvm::detail::ErrorHolder:
Inheritance graph
[legend]

Public Member Functions

bool Success () const
 

Public Attributes

std::vector< std::shared_ptr< ErrorInfoBase > > Infos
 

Detailed Description

Definition at line 25 of file SupportHelpers.h.

Member Function Documentation

◆ Success()

bool llvm::detail::ErrorHolder::Success ( ) const
inline

Member Data Documentation

◆ Infos

std::vector<std::shared_ptr<ErrorInfoBase> > llvm::detail::ErrorHolder::Infos

The documentation for this struct was generated from the following file: