clang-tools 20.0.0git
|
#include "UseIntegerSignComparisonCheck.h"
#include "clang/AST/Expr.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.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 bool | clang::tidy::modernize::isActualCharType (const clang::QualType &Ty) |
Find if the passed type is the actual "char" type, not applicable to explicit "signed char" or "unsigned char" types. | |
static BindableMatcher< clang::Stmt > | clang::tidy::modernize::intCastExpression (bool IsSigned, const std::string &CastBindName=std::string()) |
static StringRef | clang::tidy::modernize::parseOpCode (BinaryOperator::Opcode Code) |