Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more of the std::experimental bits that are now in std::. All the _v ↵ | Marshall Clow | 2018-02-06 | 3 | -96/+0 |
| | | | | | | type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 324423 | ||||
* | Fix alignment in tests for readability. | Eric Fiselier | 2015-02-03 | 2 | -4/+4 |
| | | | | llvm-svn: 228028 | ||||
* | [libcxx] Add <experimental/system_error> | Eric Fiselier | 2015-02-03 | 3 | -0/+96 |
Summary: This patch just adds the variable templates in <experimental/system_error>. see: https://rawgit.com/cplusplus/fundamentals-ts/v1/fundamentals-ts.html#syserror Reviewers: jroelofs, danalbert, K-ballo, mclow.lists Reviewed By: mclow.lists Subscribers: chandlerc, cfe-commits Differential Revision: http://reviews.llvm.org/D7353 llvm-svn: 227973 |