clang-tools 19.0.0git
Classes | Namespaces
FormatStringConverter.h File Reference

Declaration of the FormatStringConverter class which is used to convert printf format strings to C++ std::formatter format strings. More...

#include "clang/AST/ASTContext.h"
#include "clang/AST/FormatString.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include <string>

Go to the source code of this file.

Classes

class  clang::tidy::utils::FormatStringConverter
 Convert a printf-style format string to a std::formatter-style one, and prepare any casts that are required to wrap the arguments to retain printf compatibility. More...
 

Namespaces

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

Detailed Description

Declaration of the FormatStringConverter class which is used to convert printf format strings to C++ std::formatter format strings.

Definition in file FormatStringConverter.h.