Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some non-standard parts of our test suite. Reported by STL | Eric Fiselier | 2016-04-22 | 1 | -21/+21 |
| | | | | llvm-svn: 267131 | ||||
* | Add pragma system header to some experimental headers and add newlines to files. | Eric Fiselier | 2015-02-10 | 1 | -1/+1 |
| | | | | llvm-svn: 228712 | ||||
* | Mark assign to be constepr only in c++14; can't have constexpr fns that ↵ | Marshall Clow | 2014-06-10 | 1 | -1/+1 |
| | | | | | | return void in C++11 llvm-svn: 210562 | ||||
* | Testing infastructure: A template for char_traits where all the functions ↵ | Marshall Clow | 2014-06-06 | 1 | -0/+138 |
are constexpr, and a comparison predicate which counts how many times it's been called. llvm-svn: 210381 |