[Basic] Deprecate MapEntryOptionalStorage::{hasValue,getValue}
authorKazu Hirata <kazu@google.com>
Tue, 9 Aug 2022 04:33:09 +0000 (21:33 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 9 Aug 2022 04:33:09 +0000 (21:33 -0700)
commit8e207e4c096e89fa5410b519715aba8c20701061
tree82161ea7fc1e2db980c989706dd3649b05a07ae6
parent22e475f5ac237dfebbb3cd2b3306a17d3b2a53ce
[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
clang/include/clang/Basic/DirectoryEntry.h