| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the optional tests into test/experimental. They were put into ↵ | Marshall Clow | 2014-12-09 | 1 | -47/+0 |
| | | | | | | | test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around. llvm-svn: 223778 | ||||
| * | Whitespace maintenance. Remove a bunch of tabs that snuck in. No ↵ | Marshall Clow | 2014-10-18 | 1 | -1/+1 |
| | | | | | | | functionality change llvm-svn: 220142 | ||||
| * | Move <optional> into include/experimental, and into the std::experimental ↵ | Marshall Clow | 2013-11-15 | 1 | -13/+12 |
| | | | | | | | namespace, since it's not part of C++14, but of an upcoming TS llvm-svn: 194867 | ||||
| * | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 1 | -0/+48 |
| llvm-svn: 189772 | |||||

