Skip to content

Commit 03c393d

Browse files
committed
Fix build failure from a472e64
Looks like I forgot to do build CIndex.cpp when validating myself!
1 parent 779ba60 commit 03c393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/libclang/CIndex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@ class OpenACCClauseEnqueue : public OpenACCClauseVisitor<OpenACCClauseEnqueue> {
27832783
OpenACCClauseEnqueue(EnqueueVisitor &V) : Visitor(V) {}
27842784

27852785
#define VISIT_CLAUSE(CLAUSE_NAME) \
2786-
void VisitOpenACC##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &C);
2786+
void Visit##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &C);
27872787
#include "clang/Basic/OpenACCClauses.def"
27882788
};
27892789

0 commit comments

Comments
 (0)