We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29b5af commit 8a06e24Copy full SHA for 8a06e24
lib/vast/Frontend/Consumer.cpp
@@ -59,9 +59,7 @@ namespace vast::cc {
59
VAST_UNIMPLEMENTED;
60
}
61
62
- void vast_consumer::HandleInlineFunctionDefinition(clang::FunctionDecl * /* decl */) {
63
- VAST_UNIMPLEMENTED;
64
- }
+ void vast_consumer::HandleInlineFunctionDefinition(clang::FunctionDecl * /* decl */) {}
65
66
void vast_consumer::HandleInterestingDecl(clang::DeclGroupRef /* decl */) {
67
0 commit comments