aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Module.cpp
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2024-05-13 19:42:44 +0100
committerGitHub <noreply@github.com>2024-05-13 20:42:44 +0200
commitaf79372d6349cfba6beff26d54b7ad1b798fc4d5 (patch)
tree5403a5d058495cc3f9e1c601591e62d724c1eb66 /llvm/lib/IR/Module.cpp
parent69937982dbdd73172ec06580f6f93616edca8e9e (diff)
downloadllvm-af79372d6349cfba6beff26d54b7ad1b798fc4d5.zip
llvm-af79372d6349cfba6beff26d54b7ad1b798fc4d5.tar.gz
llvm-af79372d6349cfba6beff26d54b7ad1b798fc4d5.tar.bz2
[clang-tidy] Add modernize-use-std-format check (#90397)
Add a new clang-tidy check that converts absl::StrFormat (and similar functions) to std::format (and similar functions.) Split the configuration of FormatStringConverter out to a separate Configuration class so that we don't risk confusion by passing two boolean configuration parameters into the constructor. Add AllowTrailingNewlineRemoval option since we never want to remove trailing newlines in this check.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions