clang-tools 22.0.0git
UseUncaughtExceptionsCheck.h File Reference

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