clang-tools  4.0.0
Namespaces | Functions
ProBoundsArrayToPointerDecayCheck.cpp File Reference
#include "ProBoundsArrayToPointerDecayCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Include dependency graph for ProBoundsArrayToPointerDecayCheck.cpp:

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)