Details
Details
- Reviewers
- ldionne - EricWF - mclow.lists 
- Group Reviewers
- Restricted Project 
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
- Buildable 40853 - Build 40991: arc lint + arc unit 
Event Timeline
| libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp | ||
|---|---|---|
| 58 | This works, but I would be happier if we instead passed the address of an object, and checked that the right address had been passed in A<T>::deallocate. WDYT? | |
| libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp | ||
|---|---|---|
| 58 | Updated to pass an object in instead. | |
| libcxx/test/support/test_macros.h | ||
|---|---|---|
| 147 | Is that an artifact of rebases? It looks like it's handled above. | |
This works, but I would be happier if we instead passed the address of an object, and checked that the right address had been passed in A<T>::deallocate. WDYT?