clang-tools 19.0.0git
Classes | Namespaces
NoexceptDestructorCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "NoexceptFunctionBaseCheck.h"

Go to the source code of this file.

Classes

class  clang::tidy::performance::NoexceptDestructorCheck
 The check flags destructors not marked with noexcept or marked with noexcept(expr) where expr evaluates to false (but is not a false literal itself). More...
 

Namespaces

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