Files
clang-p2996/llvm/lib/Support/SmallVector.cpp
Kazu Hirata 169d453429 [ADT] Declare replaceAllocation in SmallVector.cpp (NFC) (#107469)
This patch changes replaceAllocation to a static function while moving
the declaration to SmallVector.cpp.  Note that:

- replaceAllocation is used only within SmallVector.cpp.
- replaceAllocation doesn't access any class members.
2024-09-05 15:47:28 -07:00

7.6 KiB