Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc][NFC] mark hashtable as resizable #79354

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

SchrodingerZhu
Copy link
Contributor

It is not fix-sized anymore.

@llvmbot llvmbot added the libc label Jan 24, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 24, 2024

@llvm/pr-subscribers-libc

Author: Schrodinger ZHU Yifan (SchrodingerZhu)

Changes

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 --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.

@SchrodingerZhu SchrodingerZhu merged commit 22c22d6 into llvm:main Jan 24, 2024
5 checks passed
@SchrodingerZhu SchrodingerZhu deleted the libc/hashtable-head branch January 24, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants