Files
ladybird/Userland/Libraries/LibSQL/AST/Parser.cpp
Andreas Kling 2ef1cd8d12 LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>
We generally don't use Optional with nullable types, since they already
have an empty state, and having multiple empty states is confusing.
2021-09-03 15:36:51 +02:00

39 KiB