llvm/flang/lib
Peter Klausler 940871dd28 [flang] Enforce limit on rank + corank
Fortran 2018 requires that a compiler allow objects whose rank + corank
is 15, and that's our maximum; detect and diagnose violations.

Differential Revision: https://reviews.llvm.org/D125153
2022-05-10 08:53:08 -07:00
..
Common
Decimal [flang] Accept "INFINITY" as real input 2022-04-25 12:12:10 -07:00
Evaluate [flang] Fold real-valued MODULO() and MOD() 2022-05-10 08:15:29 -07:00
Frontend [flang][driver] Add missing parentheses in an assert 2022-05-05 18:02:30 +00:00
FrontendTool [flang][driver] Re-organise the code-gen actions (nfc) 2022-05-05 14:05:06 +00:00
Lower [flang][OpenMP] Lowering for task construct 2022-05-10 10:42:08 +05:30
Optimizer Upstream support for POINTER assignment in FORALL. 2022-05-06 19:52:47 -07:00
Parser [flang][nfc] Use a message class for "not yet implemented" messages 2022-05-05 07:12:22 -07:00
Semantics [flang] Enforce limit on rank + corank 2022-05-10 08:53:08 -07:00
CMakeLists.txt