Add structure for custom type 94/160894/3
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 20 Nov 2017 10:48:06 +0000 (19:48 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 21 Nov 2017 01:45:49 +0000 (10:45 +0900)
commit407968ec610e6a8edda53d922abed616e8184b5f
treedfcf4d7287f05c55885793885b244541038dfa53
parent030b68b650e704ce80e6e72d29878c50f0db0fd3
Add structure for custom type

Change-Id: I2848a9e44d9a5a1151b44b5d8c30c73f0aa3d4c1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
22 files changed:
idlc/CMakeLists.txt
idlc/inc/attribute.h [new file with mode: 0644]
idlc/inc/block.h [moved from idlc/inc/Interface.h with 72% similarity]
idlc/inc/document.h
idlc/inc/generator.h
idlc/inc/interface.h
idlc/inc/parser.h
idlc/inc/proxy_gen.h
idlc/inc/structure.h [new file with mode: 0644]
idlc/inc/stub_gen.h
idlc/src/attribute.cc [new file with mode: 0644]
idlc/src/block.cc [new file with mode: 0644]
idlc/src/document.cc
idlc/src/generator.cc
idlc/src/interface.cc
idlc/src/main.cc
idlc/src/parser.cc
idlc/src/proxy_gen.cc
idlc/src/structure.cc [new file with mode: 0644]
idlc/src/stub_gen.cc
idlc/tidlc.ll
idlc/tidlc.yy