[all-commits] [llvm/llvm-project] 50ba59: [AST] Use std::optional in ExprConstant.cpp (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Dec 9 22:20:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50ba59d1b659558a06273003bbf28227323a055f
      https://github.com/llvm/llvm-project/commit/50ba59d1b659558a06273003bbf28227323a055f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M clang/lib/AST/ExprConstant.cpp

  Log Message:
  -----------
  [AST] Use std::optional in ExprConstant.cpp (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