diff options
author | Siva Chandra Reddy <sivachandra@google.com> | 2022-08-06 00:19:51 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@google.com> | 2022-08-09 21:29:54 +0000 |
commit | daa44a2309857e616667215fff418aaa191f1c76 (patch) | |
tree | d5f83d11e81d1bf8d06c983670f306f697a31f05 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp | |
parent | cab6cd68340255be241b7cf169c67a1899ced115 (diff) | |
download | llvm-daa44a2309857e616667215fff418aaa191f1c76.zip llvm-daa44a2309857e616667215fff418aaa191f1c76.tar.gz llvm-daa44a2309857e616667215fff418aaa191f1c76.tar.bz2 |
[libc] Add a utility data structure named FixedVector.
This data structure uses a backing cpp::array object and supports a
vector like push_back API. In comparison with a traditional vector
data structure, it is of a fixed capacity and cannot be resized.
Differential Revision: https://reviews.llvm.org/D131377
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions