clang-tools 22.0.0git
UseStdFormatCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::modernize::UseStdFormatCheck
 Converts calls to absl::StrFormat, or other functions via configuration options, to C++20's std::format, or another function via a configuration option, modifying the format string appropriately and removing now-unnecessary calls to std::string::c_str() and std::string::data(). More...

Namespaces

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