[enco] Clone Bag if possible (#1718)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 2 Oct 2018 04:37:34 +0000 (13:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Oct 2018 04:37:34 +0000 (13:37 +0900)
commit8daa9fb8a5ef6244bb98fea54cb078d5d66e5224
treebd544096f0ad31ae28918b1ad823c3d7fe447abc
parent74517019c4de1e37860ee20df8ea0554d770a3af
[enco] Clone Bag if possible (#1718)

The current implementation of 'clone' method always tries to clone
an object along with its backing bag.

With this commit, 'clone' method clones its backing bag only when
there is a backing bag for a given object.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/Transforms/Normalize.cpp