clang-tools 18.0.0git
|
#include "RedundantStrcatCallsCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::abseil |
std::vector<FixItHint> Hints |
Definition at line 44 of file RedundantStrcatCallsCheck.cpp.
int NumCalls = 0 |
Definition at line 43 of file RedundantStrcatCallsCheck.cpp.