clang-tools 20.0.0git
Classes | Namespaces
UseStdFormatCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "../utils/IncludeInserter.h"

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