mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 21:56:06 +00:00

This patch removes several "using" declarations and #include "llvm/ADT/Optional.h". This is part of an effort to migrate from llvm::Optional to std::optional: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716