LLVM 20.0.0git
|
#include "llvm/Testing/Support/SupportHelpers.h"
Public Member Functions | |
bool | Success () const |
Public Attributes | |
std::vector< std::shared_ptr< ErrorInfoBase > > | Infos |
Definition at line 25 of file SupportHelpers.h.
|
inline |
Definition at line 28 of file SupportHelpers.h.
References Infos.
Referenced by llvm::detail::ErrorMatchesMono< InfoT >::MatchAndExplain(), llvm::detail::ValueMatchesMono< T >::MatchAndExplain(), and llvm::detail::PrintTo().
std::vector<std::shared_ptr<ErrorInfoBase> > llvm::detail::ErrorHolder::Infos |
Definition at line 26 of file SupportHelpers.h.
Referenced by llvm::detail::ErrorMatchesMono< InfoT >::MatchAndExplain(), llvm::detail::ErrorMessageMatches::MatchAndExplain(), and Success().