OSDN Git Service

[WinEH] Push unique_ptr through the Action interface.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 May 2015 15:40:03 +0000 (15:40 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 May 2015 15:40:03 +0000 (15:40 +0000)
commit11ba91f321a65a2cd02cb925f72ffdf9291eabfd
treed449262d8296953321ebe425eef16f3c5c6b6058
parenta0b851cb9c73ff04862c8389188586f12b31da9b
[WinEH] Push unique_ptr through the Action interface.

This was the source of many leaks in the past, this should fix them once and
for all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237524 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/WinEHFuncInfo.h
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/WinEHPrepare.cpp