Details
Details
- Reviewers
aaron.ballman dblaikie
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I guess maybe we have unit testsn for some but not all of these wrappers - might be worth checking/sampling to see what the prevailing trend is (I tend to be over-enthusiastic about testing, but I realize these simple wrappers are pretty uneventful)
include/llvm/ADT/STLExtras.h | ||
---|---|---|
1313 | std::move(C), just in case it's cheaper to move? |
std::move(C), just in case it's cheaper to move?