| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix diagnostic regex in variant tests to tolerate older clang versions | Eric Fiselier | 2018-09-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 342609 | ||||
| * | Don't require relops on variant alternatives to all return the same | Eric Fiselier | 2018-09-19 | 2 | -29/+166 |
| | | | | | | | | | | | | | type. Libc++ correctly asserts that a set of visitors for a variant all return the same type. However, we use the visitation machinary to perform relational operations. This causes a static assertion when some of the alternatives relops return a UDT which is implicitly convertible to bool instead of 'bool' exactly. llvm-svn: 342560 | ||||
| * | Implement C++17 <variant>. Patch from Michael Park! | Eric Fiselier | 2016-12-02 | 1 | -7/+7 |
| | | | | | | | This patch was reviewed as https://reviews.llvm.org/D23263. llvm-svn: 288547 | ||||
| * | Add <variant> tests but disable them for libc++ | Eric Fiselier | 2016-11-23 | 1 | -0/+227 |
| llvm-svn: 287728 | |||||

