We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13391ce commit 292faf6Copy full SHA for 292faf6
llvm/include/llvm/Frontend/OpenMP/OMP.td
@@ -876,6 +876,14 @@ def OMP_For : Directive<[Spelling<"for">]> {
876
let category = CA_Executable;
877
let languages = [L_C];
878
}
879
+def OMP_Groupprivate : Directive<[Spelling<"groupprivate">]> {
880
+ let allowedOnceClauses = [
881
+ VersionedClause<OMPC_DeviceType>,
882
+ ];
883
+ let association = AS_None;
884
+ let category = CA_Declarative;
885
+ let languages = [L_C, L_Fortran];
886
+}
887
def OMP_Interchange : Directive<[Spelling<"interchange">]> {
888
let allowedOnceClauses = [
889
VersionedClause<OMPC_Permutation>,
0 commit comments