mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
[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
This commit is contained in:
@ -107,8 +107,7 @@ public:
|
||||
};
|
||||
|
||||
void parseEHActions(const IntrinsicInst *II,
|
||||
SmallVectorImpl<ActionHandler *> &Actions);
|
||||
|
||||
SmallVectorImpl<std::unique_ptr<ActionHandler>> &Actions);
|
||||
|
||||
// The following structs respresent the .xdata for functions using C++
|
||||
// exceptions on Windows.
|
||||
|
Reference in New Issue
Block a user