Skip to content
  • Mike Crowe's avatar
    README: Add link to merged clang-tidy check (#3515) · e4c8cfe3
    Mike Crowe authored
    A much-improved version of the main clang-tidy-fmt check for converting
    printf and fprintf has landed in upstream LLVM. It converts to
    std::print by default, but can be configured to convert to fmt::print
    instead. It makes more sense for the README to point to that version
    instead now.
    e4c8cfe3