|
clang-tools 22.0.0git
|
Holds information about where an exception is thrown. More...
#include <ExceptionAnalyzer.h>
Public Attributes | |
| SourceLocation | Loc |
| CallStack | Stack |
Holds information about where an exception is thrown.
First element in the call stack is analyzed function.
Definition at line 47 of file ExceptionAnalyzer.h.
| SourceLocation clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo::ThrowInfo::Loc |
Definition at line 48 of file ExceptionAnalyzer.h.
| CallStack clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo::ThrowInfo::Stack |
Definition at line 49 of file ExceptionAnalyzer.h.