[all-commits] [llvm/llvm-project] 15ba27: [clang-tools-extra] Use std::nullopt instead of ll...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Dec 5 22:37:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15ba27ebd0cbf96659b729399f89eb9f11ae1d5e
      https://github.com/llvm/llvm-project/commit/15ba27ebd0cbf96659b729399f89eb9f11ae1d5e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M clang-tools-extra/unittests/clang-tidy/ReadabilityModuleTest.cpp

  Log Message:
  -----------
  [clang-tools-extra] Use std::nullopt instead of llvm::None (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