Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcxx: Rename .hpp files in libcxx/test/support to .h | Nico Weber | 2019-08-21 | 1 | -1/+1 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Get tests compiling with -Wunused-local-typedef | Eric Fiselier | 2018-11-15 | 1 | -8/+0 |
* | Add emplace tests for multiset/unordered_multiset. | Eric Fiselier | 2018-11-13 | 1 | -1/+44 |
* | Teach map/unordered_map how to optimize 'emplace(Key, T)'. | Eric Fiselier | 2016-04-16 | 1 | -3/+1 |
* | Extract key to avoid preemptive mallocs in insert/emplace in associative cont... | Eric Fiselier | 2016-04-15 | 1 | -0/+356 |