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

Go to the source code of this file.

Classes

class  clang::tidy::performance::TriviallyDestructibleCheck
 A check that finds classes that would be trivial if not for the defaulted destructors declared out-of-line: struct A: TrivialClass { ~A(); TrivialClass trivial_fields; }; A::~A() = default;. More...
 

Namespaces

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