summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-22 03:31:34 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-22 03:31:34 +0000
commit153a265d0182bcfe072496663c320689fd21d392 (patch)
tree6ac893dd1b2dd4bd705111d9c412951ec15e1b97 /include
parentaa866b9ae733f58b99410739041086ca71e9c6dc (diff)
downloadllvm-153a265d0182bcfe072496663c320689fd21d392.tar.gz
llvm-153a265d0182bcfe072496663c320689fd21d392.tar.bz2
llvm-153a265d0182bcfe072496663c320689fd21d392.tar.xz
blockfreq: Implement clear() explicitly
This was implicitly with copy assignment before, which fails to actually clear `std::vector<>`'s heap storage. Move assignment would work, but since MSVC can't imply those anyway, explicitly `clear()`-ing members makes more sense. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions