[all-commits] [llvm/llvm-project] de483a: [ADT] Deprecate StringRef::equals (#92351)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu May 16 00:39:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de483ad513895c0adf7f21c7001c30f031998ea3
https://github.com/llvm/llvm-project/commit/de483ad513895c0adf7f21c7001c30f031998ea3
Author: Kazu Hirata <kazu at google.com>
Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths:
M llvm/include/llvm/ADT/StringRef.h
Log Message:
-----------
[ADT] Deprecate StringRef::equals (#92351)
This patch deprecates StringRef::equals. Note that I've migrated all
known users to operator==(StringRef, StringRef).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list