clang-tools 22.0.0git
ProTypeVarargCheck.cpp File Reference
#include "ProTypeVarargCheck.h"
#include "../utils/Matchers.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Lex/Token.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::hasSingleVariadicArgumentWithValue (const CallExpr *C, uint64_t I)

Variables

const internal::VariadicDynCastAllOfMatcher< Stmt, VAArgExpr > clang::tidy::cppcoreguidelines::VAArgExpr
static constexpr StringRef clang::tidy::cppcoreguidelines::AllowedVariadics []
static constexpr StringRef clang::tidy::cppcoreguidelines::VaArgWarningMessage