[all-commits] [llvm/llvm-project] 1b2247: [mlir] Replace None with std::nullopt in comments ...

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Apr 26 23:29:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b2247d932a95ef75778bf38d0e52cf7ba2e7d5c
      https://github.com/llvm/llvm-project/commit/1b2247d932a95ef75778bf38d0e52cf7ba2e7d5c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Analysis/FlatLinearValueConstraints.h
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
    M mlir/include/mlir/IR/BuiltinTypes.h
    M mlir/include/mlir/IR/BuiltinTypes.td
    M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
    M mlir/include/mlir/Interfaces/VectorInterfaces.td
    M mlir/include/mlir/Tools/PDLL/AST/Nodes.h
    M mlir/lib/Analysis/FlatLinearValueConstraints.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp

  Log Message:
  -----------
  [mlir] Replace None with std::nullopt in comments (NFC)

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


  Commit: 7c30d3028b2cc0bea7858f995f9bb4024ad1d7d0
      https://github.com/llvm/llvm-project/commit/7c30d3028b2cc0bea7858f995f9bb4024ad1d7d0
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M clang/include/clang/Sema/Sema.h

  Log Message:
  -----------
  [clang] Modernize DelayedDiagnostics (NFC)


Compare: https://github.com/llvm/llvm-project/compare/aba32abe2d93...7c30d3028b2c


More information about the All-commits mailing list