clang-tools 22.0.0git
CapturingThisInMemberVariableCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "clang/AST/ASTTypeTraits.h"
#include <optional>

Go to the source code of this file.

Classes

class  clang::tidy::bugprone::CapturingThisInMemberVariableCheck
 Finds lambda captures that capture the this pointer and store it as class members without handle the copy and move constructors and the assignments. More...

Namespaces

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