[libc-commits] [PATCH] D118954: [libc] add a vector internal class
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 9 10:24:23 PST 2022
michaelrj added a comment.
I'm going to go work on the other comments, but I wanted to respond to the main one: The test cases are meant to match the use cases in the final printf class. OrderedWriteOrderedRead matches how the array of PrintfTokens will be handled, and RandomWriteOrderedRead matches how the array of arg sizes will be handled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118954/new/
https://reviews.llvm.org/D118954
More information about the libc-commits
mailing list