clang-tools 22.0.0git
|
#include "../utils/TypeTraits.h"
#include "MakeSharedCheck.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/Preprocessor.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::modernize |
Functions | |
static std::string | clang::tidy::modernize::getNewExprName (const CXXNewExpr *NewExpr, const SourceManager &SM, const LangOptions &Lang) |
Variables | |
static constexpr char | clang::tidy::modernize::ConstructorCall [] = "constructorCall" |
static constexpr char | clang::tidy::modernize::DirectVar [] = "directVar" |
static constexpr char | clang::tidy::modernize::ResetCall [] = "resetCall" |
static constexpr char | clang::tidy::modernize::NewExpression [] = "newExpression" |