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 e34e27f commit 2d133aaCopy full SHA for 2d133aa
clang/include/clang/AST/OpenACCClause.h
@@ -157,7 +157,7 @@ class OpenACCVectorClause : public OpenACCClause {
157
158
public:
159
static bool classof(const OpenACCClause *C) {
160
- return C->getClauseKind() == OpenACCClauseKind::Gang;
+ return C->getClauseKind() == OpenACCClauseKind::Vector;
161
}
162
163
static OpenACCVectorClause *
@@ -183,7 +183,7 @@ class OpenACCWorkerClause : public OpenACCClause {
183
184
185
186
+ return C->getClauseKind() == OpenACCClauseKind::Worker;
187
188
189
static OpenACCWorkerClause *
0 commit comments