clang-tools 23.0.0git
UseStringViewCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::modernize::UseStringViewCheck
 Looks for functions returning std::[w|u8|u16|u32]string and suggests to change it to std::[...]string_view if possible and profitable. More...

Namespaces

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