On macOS, sprintf is deprecated, using snprintf is recommended instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This looks fine, but I wonder if using llvm::formatv wouldn't make this a whole lot easier?
Comment Actions
That may be better, I don't really know. I would prefer to merge this as is (and leave a printf->formatv migration for another time).