Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 311 Build 311: arc lint + arc unit
Event Timeline
clang/lib/ASTMatchers/Dynamic/Marshallers.h | ||
---|---|---|
514 | It may be even worse than that because we used to be able to do memcpy, but now, unless llvm is incredibly smart, we're forced to copy one element at a time. I think these lists are at most two elements, though. |
Notice that this is 2x slower, because move on unique_ptr resets the move-from side. But it is less likely to have an issue.