We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e112c3 commit 1509e20Copy full SHA for 1509e20
src/lib/AST/ASTVisitor.cpp
@@ -2567,7 +2567,7 @@ auto
2567
ASTVisitor::
2568
traverse(Args&&...)
2569
{
2570
- // no matching Traverse overload found
+ // no matching traverse overload found
2571
MRDOX_UNREACHABLE();
2572
}
2573
@@ -2798,7 +2798,8 @@ class ASTVisitorConsumer
2798
*sema_);
2799
2800
// traverse the translation unit
2801
- visitor.traverseContext(
+ // visitor.traverseContext(
2802
+ visitor.traverseDecl(
2803
Context.getTranslationUnitDecl());
2804
2805
// VFALCO If we returned from the function early
0 commit comments