clang-tools 22.0.0git
UncheckedStringToNumberConversionCheck.cpp File Reference
#include "UncheckedStringToNumberConversionCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/FormatString.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/ADT/StringSwitch.h"
#include <cassert>

Go to the source code of this file.

Namespaces

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

Functions

static ConversionKind clang::tidy::bugprone::classifyConversionFunc (const FunctionDecl *FD)
static ConversionKind clang::tidy::bugprone::classifyFormatString (StringRef Fmt, const LangOptions &LO, const TargetInfo &TI)
static StringRef clang::tidy::bugprone::classifyConversionType (ConversionKind K)
static StringRef clang::tidy::bugprone::classifyReplacement (ConversionKind K)