clang-tools 22.0.0git
|
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.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... | |
struct | clang::tidy::utils::ExceptionAnalyzer::ExceptionInfo::ThrowInfo |
Holds information about where an exception is thrown. More... |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::utils |