clang-tools 19.0.0git
Classes | Namespaces
FasterStringFindCheck.h File Reference
#include "../ClangTidyCheck.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  clang::tidy::performance::FasterStringFindCheck
 Optimize calls to std::string::find() and friends when the needle passed is a single character string literal. More...
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::performance