Files
swift-mirror/unittests/Basic
Ben Barham 3ec878d918 Update llvm::Optional API uses
Use the std-equivalent names as the LLVM ones are now deprecated
(eventually `llvm::Optional` will disappear):
  - `getValue` -> `value`
  - `getValueOr` -> `value_or`
  - `hasValue` -> `has_value`

Follow up from ab1b343dad and
7d8bf37e5e with some missing cases.
2023-01-25 16:28:10 -08:00
..
2021-06-23 10:36:39 -07:00
2022-02-16 12:52:47 -05:00
2022-05-04 14:53:24 -07:00
2021-01-21 17:19:38 -08:00