llvm/flang/lib
Tim Keith 7227cfe026 [flang] Miscellaneous name resolution
Handle BIND statement and PARAMETER statement. They are different from
other attribute-setting statements so some refactoring of
HandleAttributeStmt is required. And for PARAMETER, SetType needs to
report an error if the implicitly determined type is changed later. This
requires operator== on DeclTypeSpec.

Resolve names in allocate statements, pointer assignment statements,
substring expressions, and type parameter values.

Original-commit: flang-compiler/f18@79ad96b976
Reviewed-on: https://github.com/flang-compiler/f18/pull/177
2018-09-10 12:20:42 -07:00
..
common [flang] Address review comments 2018-09-05 16:02:41 -07:00
evaluate [flang] More expression analysis of literal constants. 2018-08-09 10:17:43 -07:00
parser [flang] Address review comments 2018-09-05 16:02:41 -07:00
semantics [flang] Miscellaneous name resolution 2018-09-10 12:20:42 -07:00
CMakeLists.txt [flang] Rearrange some facilities into a new lib/common. 2018-06-18 11:05:17 -07:00