Searched refs:ProBoundsArrayToPointerDecayCheck (Results 1 – 7 of 7) sorted by relevance
22 class ProBoundsArrayToPointerDecayCheck : public ClangTidyCheck {24 ProBoundsArrayToPointerDecayCheck(StringRef Name, ClangTidyContext *Context) in ProBoundsArrayToPointerDecayCheck() function
51 void ProBoundsArrayToPointerDecayCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()71 void ProBoundsArrayToPointerDecayCheck::check( in check()
17 ProBoundsArrayToPointerDecayCheck.cpp
73 CheckFactories.registerCheck<ProBoundsArrayToPointerDecayCheck>( in addCheckFactories()
29 "ProBoundsArrayToPointerDecayCheck.cpp",
81 .registerCheck<cppcoreguidelines::ProBoundsArrayToPointerDecayCheck>( in addCheckFactories()
1031 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp1032 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h