[all-commits] [llvm/llvm-project] 8e207e: [Basic] Deprecate MapEntryOptionalStorage::{hasVal...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Aug 8 21:33:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e207e4c096e89fa5410b519715aba8c20701061
      https://github.com/llvm/llvm-project/commit/8e207e4c096e89fa5410b519715aba8c20701061
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
    M clang/include/clang/Basic/DirectoryEntry.h

  Log Message:
  -----------
  [Basic] Deprecate MapEntryOptionalStorage::{hasValue,getValue}

MapEntryOptionalStorage is an underlying storage class for
OptionalStorage<clang::DirectoryEntryRef>.

This patch deprecates:

  OptionalStorage<clang::DirectoryEntryRef>::hasValue
  OptionalStorage<clang::DirectoryEntryRef>::getValue

as there is no known users of these two methods.

Differential Revision: https://reviews.llvm.org/D131368




More information about the All-commits mailing list