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