Tom Natan 6c8c836b4f
Add an llvm:🆑:opt::operator=(T &&Val) (#147502)
Add an llvm:🆑:opt::operator= that takes an rvalue reference of value,
to avoid an unecessary copy for types with memory allocation (string,
vector, etc).
2025-07-08 13:26:15 +01:00
..