clang-tools 22.0.0git
|
#include "RedundantControlFlowCheck.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::readability |
Functions | |
static bool | clang::tidy::readability::isLocationInMacroExpansion (const SourceManager &SM, SourceLocation Loc) |
Variables | |
static const char *const | clang::tidy::readability::RedundantReturnDiag |
static const char *const | clang::tidy::readability::RedundantContinueDiag |