diff options
author | Reid Kleckner <rnk@google.com> | 2018-03-15 21:12:21 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-03-15 21:12:21 +0000 |
commit | 55baeefd54b1e89551545b01b82c5fbf041bb0ad (patch) | |
tree | 26879fd3b6b39a5814cbc0d577a711b7d7b3cc0b /lldb/packages/Python/lldbsuite/test/functionalities/command_source | |
parent | a21d5f1e180e3b6831bf818bf723ad55e6a061e0 (diff) | |
download | bcm5719-llvm-55baeefd54b1e89551545b01b82c5fbf041bb0ad.tar.gz bcm5719-llvm-55baeefd54b1e89551545b01b82c5fbf041bb0ad.zip |
[codeview] Delete FunctionInfo copy ctor and move out of DenseMap
We were unnecessarily copying a bunch of these FunctionInfo objects
around when rehashing the DenseMap.
Furthermore, r327620 introduced pointers referring to objects owned by
FunctionInfo, and the default copy ctor did the wrong thing in this
case, leading to use-after-free when the DenseMap gets rehashed.
I will rebase r327620 on this next and recommit it.
llvm-svn: 327665
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_source')
0 files changed, 0 insertions, 0 deletions