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 c9d2e05 commit e9a4766Copy full SHA for e9a4766
clang/lib/Sema/SemaOpenMP.cpp
@@ -78,10 +78,10 @@ enum DefaultDataSharingAttributes {
78
/// Not mentioning any Variable category attribute indicates
79
/// the modifier (DefaultDataSharingAttributes) is for all variables.
80
enum DefaultDataSharingVCAttributes {
81
- DSA_VC_all = 0, /// for all variables.
82
- DSA_VC_aggregate, /// for aggregate variables.
83
- DSA_VC_pointer, /// for pointer variables.
84
- DSA_VC_scalar, /// for scalar variables.
+ DSA_VC_all = 0, /// for all variables.
+ DSA_VC_aggregate, /// for aggregate variables.
+ DSA_VC_pointer, /// for pointer variables.
+ DSA_VC_scalar, /// for scalar variables.
85
};
86
87
/// Stack for tracking declarations used in OpenMP directives and
0 commit comments