clang-tools 22.0.0git
Public Attributes | List of all members
clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo::ThrowInfo Struct Reference

Holds information about where an exception is thrown. More...

#include <ExceptionAnalyzer.h>

Public Attributes

SourceLocation Loc
 
CallStack Stack
 

Detailed Description

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.

Member Data Documentation

◆ Loc

SourceLocation clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo::ThrowInfo::Loc

Definition at line 48 of file ExceptionAnalyzer.h.

◆ Stack

CallStack clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo::ThrowInfo::Stack

Definition at line 49 of file ExceptionAnalyzer.h.


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