[clang] [llvm] [StrTable] Switch diag group names to `llvm::StringTable` (PR #123302)
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 16:37:12 PST 2025
================
@@ -51,6 +53,14 @@ class StringTable {
constexpr Offset() = default;
constexpr Offset(unsigned Value) : Value(Value) {}
+ constexpr bool operator==(const Offset &RHS) const {
----------------
chandlerc wrote:
Doh, done. Forgot to go back to this after the iterator facade wanted a member `==`.
https://github.com/llvm/llvm-project/pull/123302
More information about the llvm-commits
mailing list