clang-tools 22.0.0git
ProTypeMemberInitCheck.cpp File Reference
#include "ProTypeMemberInitCheck.h"
#include "../utils/LexerUtils.h"
#include "../utils/Matchers.h"
#include "../utils/TypeTraits.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallPtrSet.h"

Go to the source code of this file.

Namespaces

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

Functions

static bool clang::tidy::cppcoreguidelines::isIncompleteOrZeroLengthArrayType (ASTContext &Context, QualType T)
static bool clang::tidy::cppcoreguidelines::isEmpty (ASTContext &Context, const QualType &Type)
static llvm::StringLiteral clang::tidy::cppcoreguidelines::getInitializer (QualType QT, bool UseAssignment)