search for: 493f8d6c

Displaying 2 results from an estimated 2 matches for "493f8d6c".

2016 Oct 31
0
RFC: General purpose type-safe formatting library
...if someone ends up doing a full overhaul of the formatting that > makes that patch unnecessary, I'm happy too. > > Cheers, > Nicolai > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161031/493f8d6c/attachment.html>
2016 Oct 14
2
RFC: General purpose type-safe formatting library
On 12.10.2016 05:59, Mehdi Amini via llvm-dev wrote: >> If you change a const char * to a StringRef, it can silently succeed >> while passing your StringRef object to printf. It should fail to compile! > > llvm::format now fails to compile as well :) > > However this does not address other issues, like: `format(ā€œ%dā€, float_var)` This may be a good time to point at