mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
New fixes:
- properly init the `std::optional<std::vector>` to an empty vector as
opposed to `{}` (which was effectively `std::nullopt`).
---------
Co-authored-by: Vy Nguyen <oontvoo@users.noreply.github.com>