Skip to content

Commit

Permalink
cc: Ignore InlineFunctionDefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Nov 27, 2024
1 parent 9cac3ab commit ad32387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vast/Frontend/Consumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace vast::cc {
}

void vast_consumer::HandleInlineFunctionDefinition(clang::FunctionDecl * /* decl */) {
VAST_UNIMPLEMENTED;
// VAST_UNIMPLEMENTED;
}

void vast_consumer::HandleInterestingDecl(clang::DeclGroupRef /* decl */) {
Expand Down

0 comments on commit ad32387

Please sign in to comment.