|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"#include "../utils/ExceptionAnalyzer.h"#include "llvm/ADT/StringSet.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::bugprone::ExceptionEscapeCheck |
| Finds functions which should not throw exceptions: Destructors, move constructors, move assignment operators, the main() function, swap() functions, functions marked with throw() or noexcept and functions given as option to the checker. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::bugprone |