[all-commits] [llvm/llvm-project] 559167: [flang] Use std::optional instead of llvm::Optiona...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jan 2 19:13:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55916758d754227888293501de87bc90b7328108
      https://github.com/llvm/llvm-project/commit/55916758d754227888293501de87bc90b7328108
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-02 (Mon, 02 Jan 2023)

  Changed paths:
    M flang/include/flang/Lower/StatementContext.h
    M flang/include/flang/Optimizer/Support/InternalNames.h
    M flang/unittests/Optimizer/InternalNamesTest.cpp

  Log Message:
  -----------
  [flang] Use std::optional instead of llvm::Optional (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




More information about the All-commits mailing list