[flang] Initial work on the representation of types.
authorTim Keith <tkeith@nvidia.com>
Wed, 7 Feb 2018 00:46:29 +0000 (16:46 -0800)
committerTim Keith <tkeith@nvidia.com>
Wed, 7 Feb 2018 00:46:29 +0000 (16:46 -0800)
commit59157ff1a5dc637d9d009379200d299536690fe9
tree0f818c7b857a6c6289dadc2e70112e612a180594
parent5e0fe2b481561bf81e603c206ea4b284eaca6983
[flang] Initial work on the representation of types.

Still work to do for derived types components, array specs, type-bound
procedures, etc.

Added executable type-test to the cmake file which exercises some of the
basic functionality. Modified the Makefile so that "make Debug" does a
cmake build.

Original-commit: flang-compiler/f18@02e8c4c867685959f8623ca8a4c2277756ecbe6c
Reviewed-on: https://github.com/flang-compiler/f18/pull/3
Tree-same-pre-rewrite: false
flang/CMakeLists.txt
flang/Makefile
flang/attr.cc [new file with mode: 0644]
flang/attr.h [new file with mode: 0644]
flang/type.cc [new file with mode: 0644]
flang/type.h [new file with mode: 0644]