[all-commits] [llvm/llvm-project] 4589bf: [clang-tidy] Fix modernize-use-std-format lit test...

Mike Crowe via All-commits all-commits at lists.llvm.org
Sun Aug 11 06:04:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4589bf90aa1849b3851945fb611f5c96af821332
      https://github.com/llvm/llvm-project/commit/4589bf90aa1849b3851945fb611f5c96af821332
  Author: Mike Crowe <mac at mcrowe.com>
  Date:   2024-08-11 (Sun, 11 Aug 2024)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format.cpp

  Log Message:
  -----------
  [clang-tidy] Fix modernize-use-std-format lit test signature (#102759)

My fix for my original fix of issue #92896 in
666d224248707f373577b5b049b5b0229100006c modified the function signature
for fmt::sprintf to more accurately match the real implementation in
libfmt but failed to do the same for absl::StrFormat. The latter fix
applied equally well to absl::StrFormat so it's important that its test
verifies that the bug is fixed too.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list