llvm-project/clang/include/clang-c
alokmishra.besu 000875c127 OpenMP 5.0 metadirective
This patch supports OpenMP 5.0 metadirective features.
It is implemented keeping the OpenMP 5.1 features like dynamic user condition in mind.

A new function, getBestWhenMatchForContext, is defined in llvm/Frontend/OpenMP/OMPContext.h

Currently this function return the index of the when clause with the highest score from the ones applicable in the Context.
But this function is declared with an array which can be used in OpenMP 5.1 implementation to select all the valid when clauses which can be resolved in runtime. Currently this array is set to null by default and its implementation is left for future.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D91944
2021-09-18 13:40:44 -05:00
..
BuildSystem.h fix some comment typos to cycle bots 2020-02-14 15:18:50 -05:00
CXCompilationDatabase.h Wrap C APIs with pragmas enforcing -Werror=strict-prototypes 2019-11-19 13:18:43 -08:00
CXErrorCode.h Wrap C APIs with pragmas enforcing -Werror=strict-prototypes 2019-11-19 13:18:43 -08:00
CXString.h Wrap C APIs with pragmas enforcing -Werror=strict-prototypes 2019-11-19 13:18:43 -08:00
Documentation.h [Wdocumentation] Implement \anchor 2019-12-21 14:52:21 +01:00
ExternC.h Wrap C APIs with pragmas enforcing -Werror=strict-prototypes 2019-11-19 13:18:43 -08:00
FatalErrorHandler.h Wrap C APIs with pragmas enforcing -Werror=strict-prototypes 2019-11-19 13:18:43 -08:00
Index.h OpenMP 5.0 metadirective 2021-09-18 13:40:44 -05:00
Platform.h libclang: Add static build support for Windows 2020-04-25 20:19:17 +03:00
Rewrite.h [libclang] Add CXRewriter to libclang API 2020-09-04 14:17:03 -07:00
module.modulemap