clang-tools 20.0.0git
|
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... | |
struct | clang::tidy::utils::FormatStringConverter::Configuration |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::utils |
Declaration of the FormatStringConverter class which is used to convert printf format strings to C++ std::formatter format strings.
Definition in file FormatStringConverter.h.