summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/propagate_const_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
| | | | Testing git commit access.
* Implement std::experimental::propagate_const from LFTS v2Jonathan Coe2016-06-191-0/+119
Summary: An implementation of std::experimental::propagate_const from Library Fundamentals Technical Specification v2. No tests are provided for disallowed types like fancy pointers or function pointers as no code was written to handle these. Reviewers: EricWF, mclow.lists Differential Revision: http://reviews.llvm.org/D12486 llvm-svn: 273122
OpenPOWER on IntegriCloud