Skip to content

Commit

Permalink
Fix build failure from a472e64
Browse files Browse the repository at this point in the history
Looks like I forgot to do build CIndex.cpp when validating myself!
  • Loading branch information
erichkeane committed Apr 12, 2024
1 parent 779ba60 commit 03c393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/tools/libclang/CIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ class OpenACCClauseEnqueue : public OpenACCClauseVisitor<OpenACCClauseEnqueue> {
OpenACCClauseEnqueue(EnqueueVisitor &V) : Visitor(V) {}

#define VISIT_CLAUSE(CLAUSE_NAME) \
void VisitOpenACC##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &C);
void Visit##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &C);
#include "clang/Basic/OpenACCClauses.def"
};

Expand Down

0 comments on commit 03c393d

Please sign in to comment.