Skip to content

Commit 1509e20

Browse files
committed
chore: natvis improvements
1 parent 7e112c3 commit 1509e20

File tree

3 files changed

+1756
-1257
lines changed

3 files changed

+1756
-1257
lines changed

src/lib/AST/ASTVisitor.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,7 @@ auto
25672567
ASTVisitor::
25682568
traverse(Args&&...)
25692569
{
2570-
// no matching Traverse overload found
2570+
// no matching traverse overload found
25712571
MRDOX_UNREACHABLE();
25722572
}
25732573

@@ -2798,7 +2798,8 @@ class ASTVisitorConsumer
27982798
*sema_);
27992799

28002800
// traverse the translation unit
2801-
visitor.traverseContext(
2801+
// visitor.traverseContext(
2802+
visitor.traverseDecl(
28022803
Context.getTranslationUnitDecl());
28032804

28042805
// VFALCO If we returned from the function early

0 commit comments

Comments
 (0)