|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::modernize::UseUncaughtExceptionsCheck |
| This check will warn on calls to std::uncaught_exception and replace them with calls to std::uncaught_exceptions, since std::uncaught_exception was deprecated in C++17. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::modernize |