clang-tools 19.0.0git
Classes | Namespaces
ExceptionAnalyzer.h File Reference
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/StringSet.h"

Go to the source code of this file.

Classes

class  clang::tidy::utils::ExceptionAnalyzer
 This class analysis if a FunctionDecl can in principle throw an exception, either directly or indirectly. More...
 
class  clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo
 Bundle the gathered information about an entity like a function regarding it's exception behaviour. More...
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::utils