Skip to content

Commit 8a06e24

Browse files
committed
cc: Ignore inline functions
1 parent b29b5af commit 8a06e24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/vast/Frontend/Consumer.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ namespace vast::cc {
5959
VAST_UNIMPLEMENTED;
6060
}
6161

62-
void vast_consumer::HandleInlineFunctionDefinition(clang::FunctionDecl * /* decl */) {
63-
VAST_UNIMPLEMENTED;
64-
}
62+
void vast_consumer::HandleInlineFunctionDefinition(clang::FunctionDecl * /* decl */) {}
6563

6664
void vast_consumer::HandleInterestingDecl(clang::DeclGroupRef /* decl */) {
6765
VAST_UNIMPLEMENTED;

0 commit comments

Comments
 (0)