diff options
Diffstat (limited to 'flang/include/flang/Semantics/symbol.h')
| -rw-r--r-- | flang/include/flang/Semantics/symbol.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/flang/include/flang/Semantics/symbol.h b/flang/include/flang/Semantics/symbol.h index 04a0639..cb27d544 100644 --- a/flang/include/flang/Semantics/symbol.h +++ b/flang/include/flang/Semantics/symbol.h @@ -830,6 +830,8 @@ public:        OmpUseDevicePtr, OmpUseDeviceAddr, OmpIsDevicePtr, OmpHasDeviceAddr,        // OpenMP data-copying attribute        OmpCopyIn, OmpCopyPrivate, +      // OpenMP special variables +      OmpInVar, OmpOrigVar, OmpOutVar, OmpPrivVar,        // OpenMP miscellaneous flags        OmpCommonBlock, OmpReduction, OmpInReduction, OmpAligned, OmpNontemporal,        OmpAllocate, OmpDeclarativeAllocateDirective, | 
