Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace maintenance. Remove a bunch of tabs that snuck in. No ↵ | Marshall Clow | 2014-10-18 | 1 | -19/+19 |
| | | | | | | functionality change llvm-svn: 220142 | ||||
* | Fix PR#202520 - predicate called too many times in list::remove_if. Add ↵ | Marshall Clow | 2014-08-04 | 1 | -6/+3 |
| | | | | | | tests for list, forward_list, and the std::remove_if algorithm llvm-svn: 214736 | ||||
* | Add a reset method to the counting predicates in the test suite | Marshall Clow | 2014-07-09 | 1 | -1/+3 |
| | | | | llvm-svn: 212651 | ||||
* | Testing infastructure: A template for char_traits where all the functions ↵ | Marshall Clow | 2014-06-06 | 1 | -0/+47 |
are constexpr, and a comparison predicate which counts how many times it's been called. llvm-svn: 210381 |