Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++][NFC] Remove excess trailing newlines from most files | Casey Carter | 2019-10-23 | 1 | -1/+0 |
| | | | | Testing git commit access. | ||||
* | Implement std::experimental::propagate_const from LFTS v2 | Jonathan Coe | 2016-06-19 | 1 | -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 |