[PATCH] D25154: [libc++] Fix stack_allocator
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 15:11:18 PDT 2016
EricWF added a comment.
> Why does test_stack_allocator.pass.cpp line 11 have a commented-out path?
Typically tests name the header they test in a comment.
> Why is test/std/containers/sequences/deque/deque.cons/size_value_alloc.pass.cpp 84-85 gaining totally empty braces?
Mass-translation fatigue. I've removed the empty braces.
All of the comments have been addressed.
https://reviews.llvm.org/D25154
More information about the cfe-commits
mailing list