clang-tools 20.0.0git
|
#include <FormatStringConverter.h>
Public Attributes | |
bool | StrictMode = false |
bool | AllowTrailingNewlineRemoval = false |
Definition at line 36 of file FormatStringConverter.h.
bool clang::tidy::utils::FormatStringConverter::Configuration::AllowTrailingNewlineRemoval = false |
Definition at line 38 of file FormatStringConverter.h.
Referenced by clang::tidy::modernize::UseStdPrintCheck::check().
bool clang::tidy::utils::FormatStringConverter::Configuration::StrictMode = false |
Definition at line 37 of file FormatStringConverter.h.
Referenced by clang::tidy::modernize::UseStdFormatCheck::check(), and clang::tidy::modernize::UseStdPrintCheck::check().