clang-tools 20.0.0git
|
#include "UseStartsEndsWithCheck.h"
#include "../utils/ASTUtils.h"
#include "../utils/Matchers.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"
#include <string>
Go to the source code of this file.
Classes | |
struct | clang::tidy::modernize::NotLengthExprForStringNode |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::modernize |
Functions | |
static bool | clang::tidy::modernize::isNegativeComparison (const Expr *ComparisonExpr) |
clang::tidy::modernize::AST_MATCHER_P (Expr, lengthExprForStringNode, std::string, ID) | |