[PATCH] D25587: Introduce llvm FormatVariadic
Bob Haarman via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 14:26:09 PDT 2016
inglorion added inline comments.
================
Comment at: include/llvm/Support/FormatVariadic.h:152
+// are ignored and the replacement sequence is replaced with an
+// empty string.
+// alignment - (Optional) A string of the form:
----------------
Do you have a use case in mind for having a replacement sequence without an index, with or without the other fields?
https://reviews.llvm.org/D25587
More information about the llvm-commits
mailing list