llvm/flang/lib
Peter Klausler 54d19ba208 [flang] Fix crash: ENTRY with generic interface of the same name
Name resolution was crashing while processing the ENTRY statement
due to a lack of special-case code necessary to handle the indirection
needed when the generic has the same name as the ENTRY.

Differential Revision: https://reviews.llvm.org/D122050
2022-03-22 11:10:30 -07:00
..
Common
Decimal [flang] Runtime performance improvements to real formatted input 2021-11-12 11:40:02 -08:00
Evaluate [flang] Accept legacy aliases for intrinsic function names 2022-03-18 16:53:13 -07:00
Frontend [flang][driver] Add support for -mllvm 2022-03-16 10:41:04 +00:00
FrontendTool [flang][driver] Add support for -mllvm 2022-03-16 10:41:04 +00:00
Lower [flang][NFC] Remove unused variable 2022-03-22 16:13:03 +01:00
Optimizer [flang] Lower boxed procedure 2022-03-22 15:41:11 +01:00
Parser [flang] Add explanatory messages to grammar for language extensions 2022-03-18 16:14:27 -07:00
Semantics [flang] Fix crash: ENTRY with generic interface of the same name 2022-03-22 11:10:30 -07:00
CMakeLists.txt