clang-tools
15.0.0git
|
#include "../ClangTidyCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::performance::InefficientStringConcatenationCheck |
This check is to warn about the performance overhead arising from concatenating strings, using the operator+, instead of operator+=. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::performance | |