Corresponding clang change:
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Support/Path.cpp | ||
---|---|---|
664 ↗ | (On Diff #39427) | Why remove this function? |
691 ↗ | (On Diff #39427) | Can you implement the std::string version in terms of the SmallVectorImpl version? In the "small" case the version currently in clang does no heap allocation. It would be a shame to unnecessarily start doing heap allocation for this. |