[PATCH] D138464: Return None instead of Optional<T>() (NFC)

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 18:44:19 PST 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

We have `return llvm::None;` and `return None;`. Shall we always prefer `llvm::None`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138464/new/

https://reviews.llvm.org/D138464



More information about the llvm-commits mailing list