[PATCH] D130645: Move mlir LogicalResult to llvm Support library

Eugene Zhulenev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 11:54:30 PDT 2022


ezhulenev added inline comments.


================
Comment at: llvm/include/llvm/Support/LogicalResult.h:76
 /// also providing a value on the success path.
-template <typename T>
-class LLVM_NODISCARD FailureOr : public Optional<T> {
+template <typename T> class LLVM_NODISCARD FailureOr : public Optional<T> {
 public:
----------------
rriddle wrote:
> The formatting here looks off.
That's how the arcanist reformats the code once I upload it


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130645



More information about the llvm-commits mailing list