Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the swig typemap for "uint32_t *versions, uint32_t num_versions". | Jim Ingham | 2019-03-28 | 1 | -0/+220 |
It was making a list of a certain size but not always filling in that many elements, which would lead to a crash iterating over the list. Differential Revision: https://reviews.llvm.org/D59913 llvm-svn: 357207 |