[libc-commits] [libc] [libc][NFC] mark hashtable as resizable (PR #79354)
via libc-commits
libc-commits at lists.llvm.org
Wed Jan 24 12:09:32 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Schrodinger ZHU Yifan (SchrodingerZhu)
<details>
<summary>Changes</summary>
It is not fix-sized anymore.
---
Full diff: https://github.com/llvm/llvm-project/pull/79354.diff
1 Files Affected:
- (modified) libc/src/__support/HashTable/table.h (+1-1)
``````````diff
diff --git a/libc/src/__support/HashTable/table.h b/libc/src/__support/HashTable/table.h
index 288829b1cac977..5b4697e5245b6d 100644
--- a/libc/src/__support/HashTable/table.h
+++ b/libc/src/__support/HashTable/table.h
@@ -1,4 +1,4 @@
-//===-- Fix-sized Monotonic HashTable ---------------------------*- C++ -*-===//
+//===-- Resizable Monotonic HashTable ---------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/79354
More information about the libc-commits
mailing list