[all-commits] [llvm/llvm-project] cd45f1: [Rewrite] Use std::optional in InclusionRewriter.c...

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Dec 9 23:21:49 PST 2022


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

  Changed paths:
    M clang/lib/Frontend/Rewrite/InclusionRewriter.cpp

  Log Message:
  -----------
  [Rewrite] Use std::optional in InclusionRewriter.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