llvm/flang/lib
Tim Keith ebcfd01ae3 [flang] Fix bug with host-association in module procedure interface body
A module procedure interface body can access entities in its host
without an IMPORT statement. So the `ImportKind` of the scope created
for such an interface body should be `Default`, not `None` as it is
for other interface bodies.

Original-commit: flang-compiler/f18@24bb2668fd
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 with host-association in module procedure interface body 2019-02-28 10:38:17 -08:00
CMakeLists.txt