Add proper initialization.
This commit is contained in:
parent
8d657b2b71
commit
3c101956d8
@ -22,7 +22,7 @@
|
||||
namespace cling {
|
||||
|
||||
NullDerefProtectionTransformer::NullDerefProtectionTransformer()
|
||||
: FailBB(0), TransactionTransformer(/*Sema=*/0) {}
|
||||
: TransactionTransformer(/*Sema=*/0), FailBB(0), Builder(0), Inst(0) {}
|
||||
|
||||
NullDerefProtectionTransformer::~NullDerefProtectionTransformer()
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user