llvm-project/flang/lib
Kiran Chandramohan 0000030b18 Revert "[Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate and Lastprivate clauses."
This reverts commit a2ca6bbda6.

D93213 performs some checks to ensure that variables that appear in
statement functions are not in privatisation clauses. The point at
which this check is currently performed, there can be misparses that
cause more constructs to be identified as statement functions. This
can lead to various kinds of errors, hence reverting.

This revert hopefully fixes:
https://github.com/llvm/llvm-project/issues/54477
https://github.com/llvm/llvm-project/issues/54161
https://github.com/llvm/llvm-project/issues/54163

Reviewed By: shraiysh

Differential Revision: https://reviews.llvm.org/D122650
2022-04-03 15:54:02 +00:00
..
Common [flang] Use the Flang cmake-functions to add targets. 2020-04-16 15:51:30 +01:00
Decimal [flang] Runtime performance improvements to real formatted input 2021-11-12 11:40:02 -08:00
Evaluate [flang] add evaluate::IsAllocatableDesignator helper 2022-04-01 22:34:19 +02: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][OpenMP] Added parallel sections translation 2022-03-29 11:16:38 +05:30
Optimizer [flang] Add global and global box initialization tests 2022-04-03 15:20:55 +02:00
Parser [flang] Skip `D` when including D debug line 2022-03-31 10:56:25 +02:00
Semantics Revert "[Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate and Lastprivate clauses." 2022-04-03 15:54:02 +00:00
CMakeLists.txt [flang][driver] Delete `f18` (i.e. the old Flang driver) 2021-08-05 12:57:15 +00:00