clang-tools 20.0.0git
|
#include "RedundantStrcatCallsCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include <deque>
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 45 of file RedundantStrcatCallsCheck.cpp.
Referenced by clang::tidy::bugprone::hintMakeCtorPrivate().
int NumCalls = 0 |
Definition at line 44 of file RedundantStrcatCallsCheck.cpp.