llvm/flang/lib
Tim Keith 1ec4ec88bf [flang] Fix bug determining type of statement entity
A statement entity (`data-i-do-variable` or `ac-do-variable`) that
doesn't have a type specified gets the type it would have in the
enclosing scope. That means if there is a visible variable with the
same name, the statement entity gets its type. We were failing to
do that and just applying the implicit rules.

Original-commit: flang-compiler/f18@72bc7c29ba
Reviewed-on: https://github.com/flang-compiler/f18/pull/305
Tree-same-pre-rewrite: false
2019-02-28 10:38:17 -08:00
..
common [flang] address review comments 2019-02-27 11:12:16 -08:00
evaluate [flang] Clean up DynamicType, link it to symbol table character length 2019-02-26 16:21:28 -08:00
FIR [flang] address review comments 2019-02-22 15:38:57 -08:00
parser [flang] fix flang-compiler/f18#303, better error recovery for misplaced type parameter declarations 2019-02-28 09:31:16 -08:00
semantics [flang] Fix bug determining type of statement entity 2019-02-28 10:38:17 -08:00
CMakeLists.txt [flang] Rearrange some facilities into a new lib/common. 2018-06-18 11:05:17 -07:00