Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make list::remove/remove_if/unique all return void before C++20; undoes that ... | Marshall Clow | 2019-07-06 | 1 | -3/+24 |
* | Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as... | Marshall Clow | 2019-07-01 | 1 | -4/+4 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 1 | -1/+3 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix PR31378 - std::list::remove should not require a default constructible al... | Eric Fiselier | 2016-12-14 | 1 | -33/+47 |
* | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier | 2016-06-14 | 1 | -1/+1 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+69 |