clang-tools
4.0.0
|
#include "ProBoundsArrayToPointerDecayCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Go to the source code of this file.
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::cppcoreguidelines | |
Functions | |
clang::tidy::cppcoreguidelines::AST_MATCHER_P (CXXForRangeStmt, hasRangeBeginEndStmt, ast_matchers::internal::Matcher< DeclStmt >, InnerMatcher) | |
clang::tidy::cppcoreguidelines::AST_MATCHER (Stmt, isInsideOfRangeBeginEndStmt) | |
clang::tidy::cppcoreguidelines::AST_MATCHER_P (Expr, hasParentIgnoringImpCasts, ast_matchers::internal::Matcher< Expr >, InnerMatcher) | |