clang-tools 20.0.0git
|
#include "NonTrivialTypesLibcMemoryCallsCheck.h"
#include "../utils/OptionsUtils.h"
#include "clang/AST/Decl.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchersInternal.h"
#include "clang/ASTMatchers/ASTMatchersMacros.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::cert |
Variables | |
static const char | clang::tidy::cert::BuiltinMemSet [] |
static const char | clang::tidy::cert::BuiltinMemCpy [] |
static const char | clang::tidy::cert::BuiltinMemCmp [] |
static constexpr llvm::StringRef | clang::tidy::cert::ComparisonOperators [] |